diff --git a/src/testdir/test_edit.vim b/src/testdir/test_edit.vim index 344c12664c..0c9c6c268d 100644 --- a/src/testdir/test_edit.vim +++ b/src/testdir/test_edit.vim @@ -1054,7 +1054,7 @@ endfunc func! Test_edit_MOUSE() " This is a simple test, since we not really using the mouse here - if !has("mouse") + if !has("mouse") || (has("gui_macvim") && has("gui_running")) return endif 10new