Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"

This reverts commit 0519a75f6e.
This commit is contained in:
Jan Edmund Lazo
2020-12-31 15:40:18 -05:00
parent 27548e3cd0
commit b01a60b1aa
7 changed files with 14 additions and 29 deletions

View File

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