commit | cdb92aff69d99111134781ed13256c4a905953be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 12:26:06 2009 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 03 12:26:06 2009 +0000 |
tree | 4c934bdbabcb241757fcbc4d78cf34362e518629 | |
parent | 2c2398c0aa7c9ce43a70be7d0894a862cea05af2 [diff] [blame] |
updated for version 7.2-193
diff --git a/src/eval.c b/src/eval.c index 7f82fe1..f94178d6 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -286,7 +286,7 @@ #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 {