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 426f375 commit aab3383Copy full SHA for aab3383
2 files changed
src/popupmnu.c
@@ -60,7 +60,9 @@ pum_display(
60
int above_row;
61
int below_row;
62
int redo_count = 0;
63
+#if defined(FEAT_WINDOWS) && defined(FEAT_QUICKFIX)
64
win_T *pvwin;
65
+#endif
66
67
redo:
68
def_width = PUM_DEF_WIDTH;
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 61,
769
/**/
770
60,
771
0 commit comments