mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
updated for version 7.1-131
This commit is contained in:
@@ -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;
|
||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
131,
|
||||
/**/
|
||||
130,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user