]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.135 v7.4.135
authorBram Moolenaar <Bram@vim.org>
Mon, 6 Jan 2014 14:51:55 +0000 (15:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 6 Jan 2014 14:51:55 +0000 (15:51 +0100)
Problem:    Missing dot in MingW test Makefile.
Solution:   Add the dot. (Michael Soyka)

src/testdir/Make_ming.mak
src/version.c

index da6d5e8dc759cafa1818c44c9d25fef546339297..384fe73f820642a1249f2455f2b41635c99f29db 100644 (file)
@@ -53,7 +53,7 @@ SCRIPTS =     test3.out test4.out test5.out test6.out test7.out \
                test84.out test85.out test86.out test87.out test88.out \
                test89.out test90.out test91.out test92.out test93.out \
                test94.out test95.out test96.out test98.out test99.out \
-               test100out test101.out test102.out test103.out
+               test100.out test101.out test102.out test103.out
 
 SCRIPTS32 =    test50.out test70.out
 
index efbfba15763a2724943ebc4fdd1b16bea3b0c0e0..3400e6b025be403c4df8ee013ace51fdd398d93d 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    135,
 /**/
     134,
 /**/