From: Bram Moolenaar Date: Sun, 26 Nov 2017 16:08:03 +0000 (+0100) Subject: patch 8.0.1347: MS-Windows: build broken by misplaced curly X-Git-Tag: v8.0.1347 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e0aa23f7e3cc389251ecb3266926ac7d83056b1b;p=vim patch 8.0.1347: MS-Windows: build broken by misplaced curly Problem: MS-Windows: build broken by misplaced curly. Solution: Move curly after #endif --- diff --git a/src/ex_cmds.c b/src/ex_cmds.c index e95580c30..fc5581551 100644 --- a/src/ex_cmds.c +++ b/src/ex_cmds.c @@ -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. diff --git a/src/version.c b/src/version.c index 55754faa0..f5ad77525 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1347, /**/ 1346, /**/