From: Bram Moolenaar Date: Mon, 6 Jan 2014 14:51:55 +0000 (+0100) Subject: updated for version 7.4.135 X-Git-Tag: v7.4.135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fda30146920a1b0bd9cdac7e644a28e4b873b89;p=vim updated for version 7.4.135 Problem: Missing dot in MingW test Makefile. Solution: Add the dot. (Michael Soyka) --- diff --git a/src/testdir/Make_ming.mak b/src/testdir/Make_ming.mak index da6d5e8dc..384fe73f8 100644 --- a/src/testdir/Make_ming.mak +++ b/src/testdir/Make_ming.mak @@ -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 diff --git a/src/version.c b/src/version.c index efbfba157..3400e6b02 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 135, /**/ 134, /**/