From cdb92aff69d99111134781ed13256c4a905953be Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 3 Jun 2009 12:26:06 +0000 Subject: updated for version 7.2-193 --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/eval.c') 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 { -- cgit v1.2.3