Skip to content

Commit 2a65ccd

Browse files
authored
Merge pull request #646 from ichizok/fix/popup
Fix ex_popup for MacVim
2 parents 3440e0f + cf88ba1 commit 2a65ccd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/ex_docmd.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8766,7 +8766,8 @@ ex_tearoff(exarg_T *eap)
87668766
static void
87678767
ex_popup(exarg_T *eap)
87688768
{
8769-
# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK)
8769+
# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
8770+
|| defined(FEAT_GUI_MACVIM)
87708771
if (gui.in_use)
87718772
gui_make_popup(eap->arg, eap->forceit);
87728773
# ifdef FEAT_TERM_POPUP_MENU

0 commit comments

Comments
 (0)