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 b8d4905 commit 9a3b331Copy full SHA for 9a3b331
src/quickfix.c
@@ -207,9 +207,9 @@ qf_init_ext(
207
char_u *fmtstr = NULL;
208
char_u *growbuf = NULL;
209
int growbuflen;
210
- int growbufsiz;
211
- char_u *linebuf;
212
- int linelen;
+ int growbufsiz = 0;
+ char_u *linebuf = NULL;
+ int linelen = 0;
213
int discard;
214
int col = 0;
215
char_u use_viscol = FALSE;
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 1815,
758
/**/
759
1814,
760
0 commit comments