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

Fix/etags moves point #64

Merged
merged 4 commits into from
Aug 25, 2015
Merged

Commits on Mar 12, 2014

  1. Merge branch 'release/0.5.0'

    arnested committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    1d1690b View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. Merge branch 'release/0.6.0'

    arnested committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    46205ad View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2015

  1. Configuration menu
    Copy the full SHA
    cf0364c View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2015

  1. Fix bug in drupal/etags-get-function-args

    With eldoc enabled, this function could move point unexpectedly to the
    end of line when point was on the *definition* of anything listed in the
    TAGS file.  (This is due to the `find-tag-noselect`, which can return the
    already-open buffer for a given tag's file, if one exists).
    
    Adding a `save-excursion` around the `with-current-buffer` fixes this bug.
    joddie committed Aug 25, 2015
    Configuration menu
    Copy the full SHA
    bdf3709 View commit details
    Browse the repository at this point in the history