From: Bram Moolenaar Date: Sat, 6 Jul 2013 14:23:02 +0000 (+0200) Subject: updated for version 7.4a.001 X-Git-Tag: v7.4a.001 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b8c268fc1da8f7179fc467df4732697707f4abc;p=thirdparty%2Fvim.git updated for version 7.4a.001 Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated) --- diff --git a/src/version.c b/src/version.c index 05fdc73e86..20ea596da2 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,10 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1, +/**/ + 1, /**/ 0 };