1
0
forked from aniani/vim

updated for version 7.1-131

This commit is contained in:
Bram Moolenaar
2007-10-02 18:40:57 +00:00
parent fecb660578
commit 893de92ede
2 changed files with 4 additions and 0 deletions

View File

@@ -8753,6 +8753,8 @@ put_setbool(fd, cmd, name, value)
char *name; char *name;
int value; int value;
{ {
if (value < 0) /* global/local option using global value */
return OK;
if (fprintf(fd, "%s %s%s", cmd, value ? "" : "no", name) < 0 if (fprintf(fd, "%s %s%s", cmd, value ? "" : "no", name) < 0
|| put_eol(fd) < 0) || put_eol(fd) < 0)
return FAIL; return FAIL;

View File

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