mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +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:
@@ -169,10 +169,10 @@ describe("folded lines", function()
|
||||
end
|
||||
-- CursorLine is applied correctly with screenrow motions #22232
|
||||
feed("jgk")
|
||||
screen:expect_unchanged(true)
|
||||
screen:expect_unchanged()
|
||||
-- CursorLine is applied correctly when closing a fold when cursor is not at fold start
|
||||
feed("zo4Gzc")
|
||||
screen:expect_unchanged(true)
|
||||
screen:expect_unchanged()
|
||||
command("set cursorlineopt=line")
|
||||
if multigrid then
|
||||
screen:expect([[
|
||||
|
||||
Reference in New Issue
Block a user