mirror of
https://github.com/neovim/neovim.git
synced 2026-07-27 19:16:35 +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.