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

Support counts like all native tag nav mappings do #22

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 16, 2015

  1. Add preview window support

    Generalizes the approach so that the function doesn't need logic to
    handle split, preview, etc. Also no longer results in the cursor being
    moved to beginning of the function call (or record/macro after vim-erlang#15) in
    the original buffer.
    ches committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    49697a7 View commit details
    Browse the repository at this point in the history
  2. Support counts like all native tag nav mappings do

    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.
    ches committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    d8167f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6abc5 View commit details
    Browse the repository at this point in the history