mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
fix(mouse): cmdline click registered as statuscolumn
(cherry picked from commit dea3774def
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
8e2af977b1
commit
54c6dfa009
@@ -457,6 +457,9 @@ describe('statuscolumn', function()
|
||||
-- Check that statusline click doesn't register as statuscolumn click
|
||||
meths.input_mouse('right', 'press', '', 0, 12, 0)
|
||||
eq('', eval("g:testvar"))
|
||||
-- Check that cmdline click doesn't register as statuscolumn click
|
||||
meths.input_mouse('right', 'press', '', 0, 13, 0)
|
||||
eq('', eval("g:testvar"))
|
||||
end)
|
||||
|
||||
it('click labels do not leak memory', function()
|
||||
|
Reference in New Issue
Block a user