mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-02-18 11:54:40 +01:00
Workaround: Skip Test_gui_mouse_move_event
MacVim does not support mouse move events properly yet.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user