1
0
forked from aniani/vim

updated for version 7.2-193

This commit is contained in:
Bram Moolenaar
2009-06-03 12:26:06 +00:00
parent 2c2398c0aa
commit cdb92aff69
2 changed files with 3 additions and 1 deletions

View File

@@ -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
{

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
193,
/**/
192,
/**/