mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:8.1.0822: peeking and flushing output slows down execution (#25629)
Problem: Peeking and flushing output slows down execution.
Solution: Do not update the mode message when global_busy is set. Do not
flush when only peeking for a character. (Ken Takata)
cb574f4154
This commit is contained in:
@@ -77,8 +77,7 @@ describe('vim.ui_attach', function()
|
||||
}
|
||||
|
||||
feed '<c-y>'
|
||||
-- There is an intermediate state where the 'showmode' message disappears.
|
||||
screen:expect_unchanged(true)
|
||||
screen:expect_unchanged()
|
||||
expect_events {
|
||||
{ "popupmenu_hide" };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user