mirror of
https://github.com/neovim/neovim.git
synced 2026-07-18 15:11:40 +00:00
fix(cmdwin): implement Enter/Ctrl-C as builtins
What echasnovski wants, echasnovski gets.
This commit is contained in:
@@ -126,7 +126,7 @@ describe('cmdwin', function()
|
||||
})
|
||||
]])
|
||||
feed('q:')
|
||||
n.poke_eventloop() -- Ensure q: is processed before the <C-C> mapping fires.
|
||||
n.poke_eventloop() -- Ensure q: is processed before <C-C>.
|
||||
feed('<C-C>')
|
||||
eq({ 'enter::', 'leave::' }, exec_lua('return _G.events'))
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user