mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
patch 8.2.4967: MS-Windows GUI: mouse event test sometimes fails
Problem: MS-Windows GUI: mouse event test sometimes fails. Solution: Ignore one move event only if there is an extra event.
This commit is contained in:
parent
e5162e76c0
commit
3c25a8617a
@ -1252,8 +1252,8 @@ func Test_gui_mouse_move_event()
|
|||||||
call test_gui_event('mouse', args)
|
call test_gui_event('mouse', args)
|
||||||
call feedkeys('', 'Lx!')
|
call feedkeys('', 'Lx!')
|
||||||
|
|
||||||
if has('win32')
|
|
||||||
" FIXME: on MS-Windows we get a stray event first
|
" FIXME: on MS-Windows we get a stray event first
|
||||||
|
if has('win32') && len(g:eventlist) == 3
|
||||||
let g:eventlist = g:eventlist[1 : ]
|
let g:eventlist = g:eventlist[1 : ]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4967,
|
||||||
/**/
|
/**/
|
||||||
4966,
|
4966,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user