-
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
:YcmDiags does not work. #192
Comments
What did Are you able to get semantic completions for C++ in this file? You should get a list of member of the |
This is what I got from
Yes, I could get semantic completions. I got a list of member when I type OK, maybe I did not say very clear. Let me give a more specific description. What steps will reproduce the problem?
What is the expected output? What do you see instead?
|
Interesting... I can reproduce this. If I change the contents of the file to the following, then it works (notice the extra newline between the function and the include):
So this seems like it might be a clang bug or something? It's not a YCM bug, that's for sure (thus closing). Anyway, just add that extra newline. |
I have such code in /tmp/a.cpp::
When I perform :YcmDiags I got this:
And :mes did not contain more information. Here is debug info:
Here is my .vimrc (I removed all other plugins):
BTW, my vim's version is 7.3.798, python 2.7.3 with archlinux. It seems that completion engine works fine. This issue makes syntastic does not work as well.
The text was updated successfully, but these errors were encountered: