From eb058c83a524084772ca6e27c4e6dc5ddaccaa37 Mon Sep 17 00:00:00 2001 From: vimboss Date: Wed, 3 Jun 2009 12:26:06 +0000 Subject: updated for version 7.2-193 --- src/eval.c | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 193, /**/ 192, /**/ -- cgit v1.2.1