updated for version 7.2-193
diff --git a/src/eval.c b/src/eval.c
index 7f82fe1..f94178d 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
 {
diff --git a/src/version.c b/src/version.c
index 1bf1cb0..b99ea7e 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    193,
+/**/
     192,
 /**/
     191,