mirror of
https://github.com/neovim/neovim.git
synced 2026-06-29 06:30:32 +00: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.