mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(normal): CA_COMMAND_BUSY in visual select mode #15292
Fix was already applied in5f144efefa
#15688, but this commit adds another dimension to the test. Test correctly fails after reverting5f144efefa
. ref #15288
This commit is contained in:
parent
bc570b0064
commit
7cb34a341d
@ -14,6 +14,7 @@ describe('visual-mode', function()
|
||||
it("select-mode Ctrl-O doesn't cancel Ctrl-O mode when processing event #15688", function()
|
||||
feed('iHello World<esc>gh<c-o>')
|
||||
eq({mode='vs', blocking=false}, meths.get_mode()) -- fast event
|
||||
eq({mode='vs', blocking=false}, meths.get_mode()) -- again #15288
|
||||
eq(2, eval('1+1')) -- causes K_EVENT key
|
||||
eq({mode='vs', blocking=false}, meths.get_mode()) -- still in ctrl-o mode
|
||||
feed('^')
|
||||
|
Loading…
Reference in New Issue
Block a user