mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
tests: call getchar(1) in timer callback
Test changes from 8.0.1020 and 8.0.1048.
This commit is contained in:
parent
96b3dbcea5
commit
f8e042f732
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user