-
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
Error detected while writing codes like "(10**7)." in Ruby #517
Comments
I tried but for me the errors are all related to vim-ruby auto-complete function. |
@vheon I disabled vim-ruby and vim-rails but it doesn't help.. |
well vim-ruby is part of the vim runtime |
Oh, I see.. I disabled YCM and tried again with typing <ctrl+X><ctrl+O> right after "." and then vim detected error (got different output though). Seems that the problem is related to vim-ruby indeed. I reported this issue to vim-ruby here: vim-ruby/vim-ruby#169 |
Closing as this seems to be a vim-ruby issue. |
[READY] Bump Boost version to 1.61.0 Closes ycm-core#490. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/ycmd/517) <!-- Reviewable:end -->
Example:
Open a new ruby source file and type the example line. After types the ".", vim gives:
My OS (both have this problem):
And here is the output of
vim --version
:I tried some more cases. It seems that this problem only occurred in the case that typing a "." after a parentheses containing the operator "**".
The text was updated successfully, but these errors were encountered: