fix(event-loop): duplicate display updating logic in vgetorpeek() (#17913)

This commit is contained in:
zeertzjq
2022-03-30 05:25:00 +08:00
committed by GitHub
parent 29aa08a09d
commit a9665bb12c
4 changed files with 64 additions and 1 deletions

View File

@@ -273,7 +273,7 @@ describe('timers', function()
eq("Vim(call):E48: Not allowed in sandbox", exc_exec("sandbox call timer_start(0, 'Scary')"))
end)
it('can be triggered after an empty string <expr> mapping', function()
it('can be triggered after an empty string <expr> mapping #17257', function()
local screen = Screen.new(40, 6)
screen:attach()
command([=[imap <expr> <F2> [timer_start(0, { _ -> execute("throw 'x'", "") }), ''][-1]]=])