mirror of
https://github.com/neovim/neovim.git
synced 2026-02-22 19:36:48 +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.