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

find-tag ctrl-] functionality #29

Closed
TheBB opened this issue Oct 31, 2011 · 3 comments
Closed

find-tag ctrl-] functionality #29

TheBB opened this issue Oct 31, 2011 · 3 comments

Comments

@TheBB
Copy link
Member

TheBB commented Oct 31, 2011

Originally reported by: Anonymous


In file 'evil-motions.el', 'evil-jump-to-tag' function which is bound to vim's ctrl-], (thing-at-point 'word) doesn't produce the results we're used to from VIM. For instance in C mode DEFINES_WITH_UNDERSCORES are problematic since 'word' doesnt include underscores.

Proposed fix: use to (thing-at-point 'symbol)


@TheBB
Copy link
Member Author

TheBB commented Nov 1, 2011

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


`evil-jump-to-tag' jumps to symbol under point instead of word (fixes #29)

2 similar comments
@TheBB
Copy link
Member Author

TheBB commented Nov 9, 2011

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


`evil-jump-to-tag' jumps to symbol under point instead of word (fixes #29)

@TheBB
Copy link
Member Author

TheBB commented Nov 9, 2011

Original comment by Frank Fischer (Bitbucket: lyro, GitHub: lyro):


`evil-jump-to-tag' jumps to symbol under point instead of word (fixes #29)

@TheBB TheBB closed this as completed Jan 19, 2017
shadowrylander pushed a commit to syvlorg/aiern that referenced this issue Jun 28, 2021
Set the prefix argument in case the user used one and force adding the
simulated keys to the current command's key sequence. Fixes emacs-evil#29.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant