mirror of
https://github.com/neovim/neovim.git
synced 2026-02-28 06:15:10 +00:00
Problem: UIs put ins-completion "scanning" messages one after another,
which are meant to overwrite the previous message.
Solution: Ensure the msg_show "replace_last" parameter is set.