mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 8.0.1347: MS-Windows: build broken by misplaced curly
Problem: MS-Windows: build broken by misplaced curly. Solution: Move curly after #endif
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user