Hi, I'm the author of neocomplete. > Disable "Pattern not found" message unless verbose > 0
I think you wants to disable "Pattern not found" message in command line. This feature is already implemented. You should read ":help complete-functions". The message is completion mode(CTRL-X mode) message. So to disable it, you must exit completion mode if completion item is nothing. If complete function returns -3, it leaves completion mode. >Special return values: > -1 If no completion can be done, the completion will be cancelled with an > error message. > -2 To cancel silently and stay in completion mode. > -3 To cancel silently and leave completion mode. In neocomplete, this feature is already implemented. So the problem is nothing. But I don't know YouCompleteMe implementation. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
