tests: call getchar(1) in timer callback

Test changes from 8.0.1020 and 8.0.1048.
This commit is contained in:
Jan Edmund Lazo 2018-09-04 09:59:27 -04:00
parent 96b3dbcea5
commit f8e042f732

View File

@ -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')