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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b8c268fc1da8f7179fc467df4732697707f4abc;p=vim 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 05fdc73e8..20ea596da 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 };