summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/popupmnu.c2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c
index 6a75686ff..19d215b9f 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -60,7 +60,9 @@ pum_display(
int above_row;
int below_row;
int redo_count = 0;
+#if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
win_T *pvwin;
+#endif
redo:
def_width = PUM_DEF_WIDTH;
diff --git a/src/version.c b/src/version.c
index b56766588..ab005b75a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 61,
+/**/
60,
/**/
59,