mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
Skip Test_edit_MOUSE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user