Remove conflicts artifacts left after merging

Fixes: #643
This commit is contained in:
Sebastian Kalinowski
2018-03-06 09:47:50 +01:00
parent 0248eca892
commit b5dae385de
+1 -5
View File
@@ -8760,13 +8760,9 @@ ex_tearoff(exarg_T *eap)
}
#endif
<<<<<<< HEAD
#if defined(FEAT_MENU) && (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_MACVIM))
=======
#if (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
|| defined(FEAT_GUI_MACVIM) \
|| defined(FEAT_TERM_POPUP_MENU)) && defined(FEAT_MENU)
>>>>>>> vim/master
static void
ex_popup(exarg_T *eap)
{