-
Notifications
You must be signed in to change notification settings - Fork 18
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
Too many arguments for function: codereview#Review #7
Comments
Probably your version of vim doesn't have Ruby-support. There's a bug when Ruby support is not available: The functions used in this case only accept one argument: https://github.com/codegram/vim-codereview/blob/master/autoload/codereview.vim#L21 I ran into this bug yesterday with neovim, which does not support Ruby. |
I am also getting this error. My vim supports ruby and I have ruby installed. Running on Windows (maybe that's my problem?) |
Never mind. I didn't have the right version of Ruby installed. |
Stumbled upon the same issue with neovim - |
Did a :CodeReview https://github.com/xxx/xxx-xxx-android/pull/2
Got this error:
E118: Too many arguments for function: codereview#Review
Any idea?
The text was updated successfully, but these errors were encountered: