-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Completion is "noisy". #39
Comments
Yeah I don't know how to silence that. I've tried throwing |
Well, I'm not an experienced Vim scripted, so I can't help other than reporting this issue. Also, if there's no |
This is Vim's feature. You cannot hide the completion messages. |
If it is so, can we develop a patch for Vim and ask upstream to merge it? |
I was worried that it was impossible to turn this off. Yeah, it would be great if Vim were patched to not emit this messages if possible. Closing as there's nothing I can do to fix this. @dpc Pull in the latest YCM changes; YCM should now only tell you once that there's no extra conf file if one's missing. |
Sorry, I cannot. And I think it is too difficult to define the feature. |
Setting |
I created the patch for this feature. https://groups.google.com/forum/#!topic/vim_dev/WeBBjkXE8H8 It is reviewed by Mr.Bram and put in todo list. |
Thanks for that @Shougo! |
Added -isysroot with a path as argument
YouCompleteMe seems to frequently print some stuff on commandline. This is distracting.
The text was updated successfully, but these errors were encountered: