-
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
YCM crashes vim while tabbing for completions. #614
Comments
I had this issue too, the solution can be found here: you have to do "set completeopt-=preview". Just a work around but it works... |
Thank you, I didn't find this before. It is definitely the same problem, and the workaround fixes it. |
If anyone has this problem, you need to update to latest Syntastic. |
Updating Syntatic fixes the crashes, but vim still flickers a lot when going through the proposed completions... |
I recently updated YCM through Vundle, which had me recompile the clang autocompleter. Now upon tabbing through all the semantic autocomplete options I get segmentation faults all the time. Example code:
The text was updated successfully, but these errors were encountered: