mirror of
https://github.com/neovim/neovim.git
synced 2026-03-24 17:40:59 +00:00
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