mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
test(pum): check RightRelease in outside pum with winbar (#33640)
This commit is contained in:
@@ -7133,6 +7133,12 @@ describe('builtin popupmenu', function()
|
||||
feed('<RightDrag><31,3>')
|
||||
end
|
||||
screen:expect(screen_replace(no_sel_screen, '{n: baz}', '{s: baz}'))
|
||||
if multigrid then
|
||||
api.nvim_input_mouse('right', 'release', '', 6, 1, 15)
|
||||
else
|
||||
feed('<RightRelease><31,4>')
|
||||
end
|
||||
screen:expect(no_sel_screen)
|
||||
if multigrid then
|
||||
api.nvim_input_mouse('left', 'press', '', 4, 1, 2)
|
||||
screen:expect([[
|
||||
|
Reference in New Issue
Block a user