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 08aae8d commit cf88ba1Copy full SHA for cf88ba1
1 file changed
src/ex_docmd.c
@@ -8766,7 +8766,8 @@ ex_tearoff(exarg_T *eap)
8766
static void
8767
ex_popup(exarg_T *eap)
8768
{
8769
-# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK)
+# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
8770
+ || defined(FEAT_GUI_MACVIM)
8771
if (gui.in_use)
8772
gui_make_popup(eap->arg, eap->forceit);
8773
# ifdef FEAT_TERM_POPUP_MENU
0 commit comments