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 0248eca commit b5dae38Copy full SHA for b5dae38
1 file changed
src/ex_docmd.c
@@ -8760,13 +8760,9 @@ ex_tearoff(exarg_T *eap)
8760
}
8761
#endif
8762
8763
-<<<<<<< HEAD
8764
-#if defined(FEAT_MENU) && (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
8765
- || defined(FEAT_GUI_MACVIM))
8766
-=======
8767
#if (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
+ || defined(FEAT_GUI_MACVIM) \
8768
|| defined(FEAT_TERM_POPUP_MENU)) && defined(FEAT_MENU)
8769
->>>>>>> vim/master
8770
static void
8771
ex_popup(exarg_T *eap)
8772
{
0 commit comments