]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.366 v7.4.366
authorBram Moolenaar <Bram@vim.org>
Wed, 16 Jul 2014 12:20:41 +0000 (14:20 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 16 Jul 2014 12:20:41 +0000 (14:20 +0200)
Problem:    Can't run the linebreak test on MS-Windows.
Solution:   Fix the output file name. (Taro Muraoka)

src/testdir/Make_dos.mak
src/version.c

index 3c0682b7ebb71284b8193ce5b357709ea1ad154b..bffdec521d0d1940702fd21787ac5bbe2e008da7 100644 (file)
@@ -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
 
index 50ba9d204ad81d25424f13e82b14231d59cf0c46..ea048b7f818d59b14797833bdda5dece61b0029c 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    366,
 /**/
     365,
 /**/