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 29a2c08 commit 40d77b0Copy full SHA for 40d77b0
2 files changed
src/menu.c
@@ -2462,6 +2462,7 @@ winbar_click(win_T *wp, int col)
2462
}
2463
2464
#if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
2465
+ || defined(FEAT_TERM_POPUP_MENU) \
2466
|| defined(FEAT_BEVAL_TIP) || defined(PROTO)
2467
/*
2468
* Given a menu descriptor, e.g. "File.New", find it in the menu hierarchy.
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1571,
771
/**/
772
1570,
773
0 commit comments