Skip Test_edit_MOUSE

This commit is contained in:
ichizok
2017-03-23 12:56:25 +09:00
parent 6b7c0ef216
commit a7b867189e
+1 -1
View File
@@ -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