summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-06-03 12:26:06 +0000
committerBram Moolenaar <Bram@vim.org>2009-06-03 12:26:06 +0000
commitcdb92aff69d99111134781ed13256c4a905953be (patch)
tree4c934bdbabcb241757fcbc4d78cf34362e518629
parent2c2398c0aa7c9ce43a70be7d0894a862cea05af2 (diff)
updated for version 7.2-193v7.2.193
-rw-r--r--src/eval.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 7f82fe12cb..f94178d664 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -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
{
diff --git a/src/version.c b/src/version.c
index 1bf1cb0c85..b99ea7ef31 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 193,
+/**/
192,
/**/
191,