From: Bram Moolenaar Date: Wed, 16 Jul 2014 12:20:41 +0000 (+0200) Subject: updated for version 7.4.366 X-Git-Tag: v7.4.366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=310e2dbaee1b3569948528df10fceec6ebc1872c;p=vim updated for version 7.4.366 Problem: Can't run the linebreak test on MS-Windows. Solution: Fix the output file name. (Taro Muraoka) --- diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 3c0682b7e..bffdec521 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -37,7 +37,7 @@ SCRIPTS = test3.out test4.out test5.out test6.out test7.out \ test105.out test106.out test107.out\ test_autoformat_join.out \ test_breakindent.out \ - test_listlbr \ + test_listlbr.out \ test_eval.out \ test_options.out diff --git a/src/version.c b/src/version.c index 50ba9d204..ea048b7f8 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 366, /**/ 365, /**/