To: vim_dev@googlegroups.com Subject: Patch 8.0.1583 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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. -- /// Bram Moolenaar -- Bram@Moolenaar.net -- 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 ///