Patch 8.0.1583
Problem: Using C99 comment.
Solution: Use old style comment. (Kazunobu Kuriyama)
Files: src/quickfix.c
*** ../vim-8.0.1582/src/quickfix.c 2018-03-05 12:42:38.390154116 +0100
--- src/quickfix.c 2018-03-06 17:39:31.886653602 +0100
***************
*** 4099,4105 ****
win_T *wp = NULL;
qf_info_T *qi = &ql_info;
char_u *au_name = NULL;
! int save_qfid = 0; // init for gcc
int res;
switch (eap->cmdidx)
--- 4099,4105 ----
win_T *wp = NULL;
qf_info_T *qi = &ql_info;
char_u *au_name = NULL;
! int save_qfid = 0; /* init for gcc */
int res;
switch (eap->cmdidx)
*** ../vim-8.0.1582/src/version.c 2018-03-06 17:09:14.789600220 +0100
--- src/version.c 2018-03-06 17:41:25.241971228 +0100
***************
*** 768,769 ****
--- 768,771 ----
{ /* Add new patch number below this line */
+ /**/
+ 1583,
/**/
--
It is too bad that the speed of light hasn't kept pace with the
changes in CPU speed and network bandwidth. -- <[email protected]>
/// 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.