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;
|
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;
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user