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
 {