Merge pull request #646 from ichizok/fix/popup

Fix ex_popup for MacVim
This commit is contained in:
Kazuki Sakamoto
2018-03-06 21:38:28 -08:00
committed by GitHub
+2 -1
View File
@@ -8766,7 +8766,8 @@ ex_tearoff(exarg_T *eap)
static void
ex_popup(exarg_T *eap)
{
# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK)
# if defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_MACVIM)
if (gui.in_use)
gui_make_popup(eap->arg, eap->forceit);
# ifdef FEAT_TERM_POPUP_MENU