Workaround: Skip Test_gui_mouse_move_event

MacVim does not support mouse move events properly yet.
This commit is contained in:
ichizok
2022-04-07 04:02:39 +09:00
parent 3274477347
commit de275a707d

View File

@@ -1200,6 +1200,8 @@ func Test_gui_mouse_event()
endfunc
func Test_gui_mouse_move_event()
" NOTE: MacVim does not support mouse move events properly yet.
CheckNotMacVim
let args = #{move: 1, button: 0, multiclick: 0, modifiers: 0}
" default, do not generate mouse move events