mirror of
https://github.com/neovim/neovim.git
synced 2026-01-18 19:07:02 +00:00
Problem: Mode message not cleared after :silent message
(after 9.0.1634).
Solution: Don't reset mode_displayed when the message is empty.
(zeertzjq)
fixes: neovim/neovim#32641
closes: vim/vim#16744
fce1fa5b61
(cherry picked from commit df0328521f)
Co-authored-by: zeertzjq <zeertzjq@outlook.com>