todesking / ruby_hl_lvar.vim

Highlight Ruby local variables
MIT License
53 stars 10 forks source link

Handle normal params after rest params. #12

Closed pocke closed 8 years ago

pocke commented 8 years ago

Ruby allows to put normal params after rest param.

for example.

http://docs.ruby-lang.org/ja/2.3.0/doc/spec=2fdef.html#method

def f(a, *b, c)
end

This PR adds handling the normal params.

pocke commented 8 years ago

Could you add me to the collaborator? I love this plugin. so, I want to maintain this.

todesking commented 8 years ago

OK 👍

pocke commented 8 years ago

Thanks!! :cat: