summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvimboss <devnull@localhost>2009-06-03 12:26:06 +0000
committervimboss <devnull@localhost>2009-06-03 12:26:06 +0000
commiteb058c83a524084772ca6e27c4e6dc5ddaccaa37 (patch)
tree4c934bdbabcb241757fcbc4d78cf34362e518629
parent7063f24254f142e8a8909cf67da70567a74c5e79 (diff)
downloadvim-7.2.193.tar.gz
updated for version 7.2-193v7.2.193v7-2-193
-rw-r--r--src/eval.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 7f82fe12..f94178d6 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
{
diff --git a/src/version.c b/src/version.c
index 1bf1cb0c..b99ea7ef 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 193,
+/**/
192,
/**/
191,