diff --git a/src/quickfix.c b/src/quickfix.c index 6a38c789a3..db4c0fa7fc 100644 --- a/src/quickfix.c +++ b/src/quickfix.c @@ -207,9 +207,9 @@ qf_init_ext( char_u *fmtstr = NULL; char_u *growbuf = NULL; int growbuflen; - int growbufsiz; - char_u *linebuf; - int linelen; + int growbufsiz = 0; + char_u *linebuf = NULL; + int linelen = 0; int discard; int col = 0; char_u use_viscol = FALSE; diff --git a/src/version.c b/src/version.c index 0d78470579..3ecf611397 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1815, /**/ 1814, /**/