]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-131 v7.1.131
authorBram Moolenaar <Bram@vim.org>
Tue, 2 Oct 2007 18:40:57 +0000 (18:40 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 2 Oct 2007 18:40:57 +0000 (18:40 +0000)
src/option.c
src/version.c

index a8aded520200f74a1ca5399f5691df3834bc3789..d0fc1b2090a0de8bcc734da8108f8a3ab5e4ac63 100644 (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;
index 0f960a732d95e53eccf5b92c4e499452ff722634..a8de5b3f107c96ad32207f184e7b9fe5e1c19bbe 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    131,
 /**/
     130,
 /**/