]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-193 v7.2.193
authorBram Moolenaar <Bram@vim.org>
Wed, 3 Jun 2009 12:26:06 +0000 (12:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Wed, 3 Jun 2009 12:26:06 +0000 (12:26 +0000)
src/eval.c
src/version.c

index 7f82fe12cba64f6529a5e0b8185d3fde300fa9d8..f94178d6643c9d8762a90f786694da3b577cfa14 100644 (file)
@@ -286,7 +286,7 @@ typedef struct
 #define VV_RO          2       /* read-only */
 #define VV_RO_SBX      4       /* read-only in the sandbox */
 
-#define VV_NAME(s, t)  s, {{t}}, {0}
+#define VV_NAME(s, t)  s, {{t, 0, {0}}, 0, {0}}, {0}
 
 static struct vimvar
 {
index 1bf1cb0c85247652897c986260a8d73e903c1888..b99ea7ef31a58bcb9f68edae3c6d33a2a189f853 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    193,
 /**/
     192,
 /**/