mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
docs: misc #31867
This commit is contained in:
@@ -3435,7 +3435,6 @@ stack traceback:
|
||||
end)
|
||||
|
||||
it('can discard input', function()
|
||||
clear()
|
||||
-- discard every other normal 'x' command
|
||||
exec_lua [[
|
||||
n_key = 0
|
||||
@@ -3461,7 +3460,6 @@ stack traceback:
|
||||
end)
|
||||
|
||||
it('callback invalid return', function()
|
||||
clear()
|
||||
-- second key produces an error which removes the callback
|
||||
exec_lua [[
|
||||
n_call = 0
|
||||
|
Reference in New Issue
Block a user