mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +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