Skip to content

Commit 2cc13f8

Browse files
authored
Merge pull request #644 from prmtl/fix/merging-artifacts
Remove conflicts artefacts left after merging
2 parents 0248eca + b5dae38 commit 2cc13f8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/ex_docmd.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8760,13 +8760,9 @@ ex_tearoff(exarg_T *eap)
87608760
}
87618761
#endif
87628762

8763-
<<<<<<< HEAD
8764-
#if defined(FEAT_MENU) && (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
8765-
|| defined(FEAT_GUI_MACVIM))
8766-
=======
87678763
#if (defined(FEAT_GUI_MSWIN) || defined(FEAT_GUI_GTK) \
8764+
|| defined(FEAT_GUI_MACVIM) \
87688765
|| defined(FEAT_TERM_POPUP_MENU)) && defined(FEAT_MENU)
8769-
>>>>>>> vim/master
87708766
static void
87718767
ex_popup(exarg_T *eap)
87728768
{

0 commit comments

Comments
 (0)