We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157d813 commit fc6f16bCopy full SHA for fc6f16b
src/quickfix.c
@@ -4099,7 +4099,7 @@ ex_cfile(exarg_T *eap)
4099
win_T *wp = NULL;
4100
qf_info_T *qi = &ql_info;
4101
char_u *au_name = NULL;
4102
- int save_qfid = 0; // init for gcc
+ int save_qfid = 0; /* init for gcc */
4103
int res;
4104
4105
switch (eap->cmdidx)
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1583,
771
/**/
772
1582,
773
0 commit comments