0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

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;
int value;
{
if (value < 0) /* global/local option using global value */
return OK;
if (fprintf(fd, "%s %s%s", cmd, value ? "" : "no", name) < 0
|| put_eol(fd) < 0)
return FAIL;

View File

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