mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Revert "vim-patch:8.1.0822: peeking and flushing output slows down execution"
This reverts commit 0519a75f6e.
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user