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

more precise jump back in C/perl/javascript/java #25

Open
redguardtoo opened this issue Feb 17, 2014 · 2 comments
Open

more precise jump back in C/perl/javascript/java #25

redguardtoo opened this issue Feb 17, 2014 · 2 comments

Comments

@redguardtoo
Copy link
Owner

if (...){
} else {
  ...
} /* cursor here*/

should jump back to "if" instead of "{"

@xuhdev
Copy link

xuhdev commented Sep 19, 2016

Is it possible to solve this issue with evil-matchit-sdk? The "switch" statement seems also having this issue.

@redguardtoo
Copy link
Owner Author

redguardtoo commented Sep 19, 2016

I don't think sdk will help. A more delicate algorithm need be developed when jumping back. patch is welcomed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants