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.
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.