mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
tests: call getchar(1) in timer callback
Test changes from 8.0.1020 and 8.0.1048.
This commit is contained in:
@@ -96,6 +96,7 @@ describe('timers', function()
|
||||
source([[
|
||||
func! AddItem(timer)
|
||||
call nvim_buf_set_lines(0, 2, 2, v:true, ['ITEM 3'])
|
||||
call getchar(1)
|
||||
redraw
|
||||
endfunc
|
||||
call timer_start(200, 'AddItem')
|
||||
|
||||
Reference in New Issue
Block a user