I'm using YouCompleteMe on MacVim, and it's showing this message with pretty much every keystroke. Is there any way to suppress this error message specifically? Any help would be greatly appreciated, thanks!
In particular, older Vim versions do not allow to cancel custom insert-mode completion silently via special return values -2 and -3 returned by 'completefunc'
. This feature has been specifically included for plugins like YouCompleteMe.