mirror of
https://github.com/neovim/neovim.git
synced 2025-12-02 23:13:01 +00:00
committed by
Justin M. Keyes
parent
86c4a87fe9
commit
001e69cd46
@@ -33,7 +33,7 @@ describe('cmdline autocommands', function()
|
||||
eq({'notification', 'CmdlineEnter', {{cmdtype=':', cmdlevel=1}}}, next_msg())
|
||||
|
||||
-- note: feed('bork<c-c>') might not consume 'bork'
|
||||
-- due to out-of-band interupt handling
|
||||
-- due to out-of-band interrupt handling
|
||||
feed('bork<esc>')
|
||||
eq({'notification', 'CmdlineLeave',
|
||||
{{cmdtype=':', cmdlevel=1, abort=true}}}, next_msg())
|
||||
|
||||
Reference in New Issue
Block a user