From f8e042f73242fe7395c415c611491303df474e3d Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 4 Sep 2018 09:59:27 -0400 Subject: tests: call getchar(1) in timer callback Test changes from 8.0.1020 and 8.0.1048. --- test/functional/eval/timer_spec.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/eval/timer_spec.lua b/test/functional/eval/timer_spec.lua index 2dd9968a01..8afc3592cc 100644 --- a/test/functional/eval/timer_spec.lua +++ b/test/functional/eval/timer_spec.lua @@ -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') -- cgit