changeset 13418:4db074f4394c v8.0.1583

patch 8.0.1583: using C99 comment commit https://github.com/vim/vim/commit/fc6f16b57ce988cea6d07b5f2d5054711aad6bbf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Mar 6 17:43:22 2018 +0100 patch 8.0.1583: using C99 comment Problem: Using C99 comment. Solution: Use old style comment. (Kazunobu Kuriyama)
author Christian Brabandt <cb@256bit.org>
date Tue, 06 Mar 2018 17:45:05 +0100
parents afedbf386213
children 219143fe5dcb
files src/quickfix.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/quickfix.c
+++ b/src/quickfix.c
@@ -4099,7 +4099,7 @@ ex_cfile(exarg_T *eap)
     win_T	*wp = NULL;
     qf_info_T	*qi = &ql_info;
     char_u	*au_name = NULL;
-    int		save_qfid = 0;  // init for gcc
+    int		save_qfid = 0;  /* init for gcc */
     int		res;
 
     switch (eap->cmdidx)
--- a/src/version.c
+++ b/src/version.c
@@ -767,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1583,
+/**/
     1582,
 /**/
     1581,