]> granicus.if.org Git - vim/commitdiff
patch 8.0.1347: MS-Windows: build broken by misplaced curly v8.0.1347
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Nov 2017 16:08:03 +0000 (17:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Nov 2017 16:08:03 +0000 (17:08 +0100)
Problem:    MS-Windows: build broken by misplaced curly.
Solution:   Move curly after #endif

src/ex_cmds.c
src/version.c

index e95580c30d6d97dba1c04c8f5201da9d0dcf0c4d..fc55815517a619057a19e3d1954ffca244873ffd 100644 (file)
@@ -2052,8 +2052,8 @@ write_viminfo(char_u *file, int forceit)
                /* can't stat the file, set conservative permissions */
                (void)mch_setperm(tempname, 0600);
        }
-    }
 #endif
+    }
 
     /*
      * Check if the new viminfo file can be written to.
index 55754faa02d30820f16c5c596414e1abc47dd09b..f5ad775256c7fdb24776e9afa4dcf52de9494b10 100644 (file)
@@ -771,6 +771,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1347,
 /**/
     1346,
 /**/