aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/timer_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-09-05 09:38:34 +0200
committerGitHub <noreply@github.com>2018-09-05 09:38:34 +0200
commitbfe82d465035a1b792c4a17d7f7a759b61205e15 (patch)
treeae5a9585f80e4094a660bc8d65dc4917325597a5 /test/functional/eval/timer_spec.lua
parent73849ceeb977c855af484b8bcb772b71e293768e (diff)
parentf8e042f73242fe7395c415c611491303df474e3d (diff)
downloadrneovim-bfe82d465035a1b792c4a17d7f7a759b61205e15.tar.gz
rneovim-bfe82d465035a1b792c4a17d7f7a759b61205e15.tar.bz2
rneovim-bfe82d465035a1b792c4a17d7f7a759b61205e15.zip
Merge #8888 from janlazo/vim-8.0.1020
Diffstat (limited to 'test/functional/eval/timer_spec.lua')
-rw-r--r--test/functional/eval/timer_spec.lua1
1 files changed, 1 insertions, 0 deletions
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')