summaryrefslogtreecommitdiffstats
path: root/src/eval.c
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 /src/eval.c
parent2c2398c0aa7c9ce43a70be7d0894a862cea05af2 (diff)
updated for version 7.2-193v7.2.193
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 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
{