diff --git a/src/buffer.c b/src/buffer.c index 0f0ce31770..c8363936af 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5033,7 +5033,7 @@ buf_spname(buf) #if defined(FEAT_QUICKFIX) && defined(FEAT_WINDOWS) if (bt_quickfix(buf)) { - win_T *win; + win_T *win = NULL; tabpage_T *tp; /* diff --git a/src/version.c b/src/version.c index 193e8a9909..73c8646a89 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 274, /**/ 273, /**/