vim-erlang / vim-erlang-tags

Generate Vim tags for Erlang files
https://vim-erlang.github.io
Other
61 stars 23 forks source link

Take functions arity into account #30

Open kanes115 opened 6 years ago

kanes115 commented 6 years ago

That would be great to add a possibility to make vim-erlang-tags follow functions based on their arity. Currently it jumps to first function definition instead of to the function definition with matching parameter amount.