From: Bram Moolenaar Date: Wed, 3 Jun 2009 12:26:06 +0000 (+0000) Subject: updated for version 7.2-193 X-Git-Tag: v7.2.193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cdb92aff69d99111134781ed13256c4a905953be;p=vim updated for version 7.2-193 --- diff --git a/src/eval.c b/src/eval.c index 7f82fe12c..f94178d66 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 1bf1cb0c8..b99ea7ef3 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, /**/