Skip to content

Commit e0aa23f

Browse files
committed
patch 8.0.1347: MS-Windows: build broken by misplaced curly
Problem: MS-Windows: build broken by misplaced curly. Solution: Move curly after #endif
1 parent a3571eb commit e0aa23f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/ex_cmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2052,8 +2052,8 @@ write_viminfo(char_u *file, int forceit)
20522052
/* can't stat the file, set conservative permissions */
20532053
(void)mch_setperm(tempname, 0600);
20542054
}
2055-
}
20562055
#endif
2056+
}
20572057

20582058
/*
20592059
* Check if the new viminfo file can be written to.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,8 @@ static char *(features[]) =
771771

772772
static int included_patches[] =
773773
{ /* Add new patch number below this line */
774+
/**/
775+
1347,
774776
/**/
775777
1346,
776778
/**/

0 commit comments

Comments
 (0)