mirror of
https://github.com/neovim/neovim.git
synced 2026-02-23 19:02:13 +10: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.