Skip to content

Commit a7b8671

Browse files
committed
Skip Test_edit_MOUSE
1 parent 6b7c0ef commit a7b8671

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/testdir/test_edit.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ endfunc
10541054

10551055
func! Test_edit_MOUSE()
10561056
" This is a simple test, since we not really using the mouse here
1057-
if !has("mouse")
1057+
if !has("mouse") || (has("gui_macvim") && has("gui_running"))
10581058
return
10591059
endif
10601060
10new

0 commit comments

Comments
 (0)