mirror of
https://github.com/neovim/neovim.git
synced 2026-03-02 06:12:24 +10:00
Problem: Delay for reading a message may be unwanted for ext_messages,
and can be done by the implementation. Empty completion source
error message is not distinguishable as such.
Solution: Only delay without ext_messages enabled. Emit empty completion
source message as an error.