vim-erlang / vim-erlang-tags

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

Support counts like all native tag nav mappings do #22

Open ches opened 9 years ago

ches commented 9 years ago

Vim's native window tag mappings (split- and preview-related) use count to affect the size of the new window. Regular mappings like CTRL-] use count to jump to a match index like :tag does.

These changes mimic all of the above behavior accurately with this plugin's enhanced notion of tag identifiers for Erlang.

This is based on my branch from #21 because it includes support for the preview window mappings, but since it's a more substantial change I thought it made sense to review this independently.