Merge pull request #644 from prmtl/fix/merging-artifacts

Remove conflicts artefacts left after merging
This commit is contained in:
Kazuki Sakamoto
2018-03-06 17:33:58 -08:00
committed by GitHub
+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)
{