Skip to content
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

Open
sfacs opened this issue Feb 28, 2014 · 4 comments
Open

Too many arguments for function: codereview#Review #7

sfacs opened this issue Feb 28, 2014 · 4 comments

Comments

@sfacs
Copy link

sfacs commented Feb 28, 2014

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?

@sfacs sfacs closed this as completed Mar 10, 2014
@sfacs sfacs reopened this Mar 10, 2014
@fd0
Copy link

fd0 commented May 4, 2015

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.

@sparky005
Copy link

I am also getting this error. My vim supports ruby and I have ruby installed. Running on Windows (maybe that's my problem?)

@sparky005
Copy link

Never mind. I didn't have the right version of Ruby installed.

@bergercookie
Copy link

Stumbled upon the same issue with neovim - gem install neovim fixed it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants