changeset 5148:0ddba00c204d v7.4a.001

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)
author Bram Moolenaar <bram@vim.org>
date Sat, 06 Jul 2013 16:23:02 +0200
parents 641d3afeca1d
children f0c4a348f851
files src/version.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,10 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1,
+/**/
+    1,
+/**/
     0
 };