Patch 8.0.1347
Problem: MS-Windows: build broken by misplaced curly.
Solution: Move curly after #endif
Files: src/ex_cmds.c
*** ../vim-8.0.1346/src/ex_cmds.c 2017-11-26 16:50:37.232262641 +0100
--- src/ex_cmds.c 2017-11-26 17:01:43.040788570 +0100
***************
*** 2052,2059 ****
/* can't stat the file, set conservative permissions */
(void)mch_setperm(tempname, 0600);
}
- }
#endif
/*
* Check if the new viminfo file can be written to.
--- 2052,2059 ----
/* can't stat the file, set conservative permissions */
(void)mch_setperm(tempname, 0600);
}
#endif
+ }
/*
* Check if the new viminfo file can be written to.
*** ../vim-8.0.1346/src/version.c 2017-11-26 16:53:12.327475381 +0100
--- src/version.c 2017-11-26 17:07:47.398825306 +0100
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1347,
/**/
--
Those who live by the sword get shot by those who don't.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.