aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/timer_spec.lua
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-31 15:40:18 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2020-12-31 16:44:53 -0500
commitb01a60b1aaaa6152b58af96c5054f697bbc3a31e (patch)
tree125cace41e958056812accbeb5876e154a1be85d /test/functional/eval/timer_spec.lua
parent27548e3cd04a789951decfe6de55f9cf88f516c4 (diff)
downloadrneovim-b01a60b1aaaa6152b58af96c5054f697bbc3a31e.tar.gz
rneovim-b01a60b1aaaa6152b58af96c5054f697bbc3a31e.tar.bz2
rneovim-b01a60b1aaaa6152b58af96c5054f697bbc3a31e.zip
Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"
This reverts commit 0519a75f6eca1065a4d0184f99c71ae03a99b9b1.
Diffstat (limited to 'test/functional/eval/timer_spec.lua')
-rw-r--r--test/functional/eval/timer_spec.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/eval/timer_spec.lua b/test/functional/eval/timer_spec.lua
index 3f57568b8e..9ee0735e40 100644
--- a/test/functional/eval/timer_spec.lua
+++ b/test/functional/eval/timer_spec.lua
@@ -130,12 +130,12 @@ describe('timers', function()
nvim_async("command", "call timer_start("..load_adjust(100)..", 'AddItem', {'repeat': -1})")
screen:expect([[
- ^ITEM 1 |
+ ITEM 1 |
ITEM 2 |
{1:~ }|
{1:~ }|
{1:~ }|
- |
+ ^ |
]])
nvim_async("command", "let g:cont = 1")