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

Regex backwards search jumps to first appearance #119

Closed
achesak opened this issue Sep 1, 2016 · 1 comment
Closed

Regex backwards search jumps to first appearance #119

achesak opened this issue Sep 1, 2016 · 1 comment

Comments

@achesak
Copy link
Contributor

achesak commented Sep 1, 2016

Example file:

ABCDEFG
HIJKLMNO
QWERTYU
IOPASDFG

Setting the cursor at the end and trying to do a search for 'E' will skip the occurrence in the third line and only match the first occurrence in the first line.

This also appears to be the source of the problem for #95.

@achesak
Copy link
Contributor Author

achesak commented Sep 4, 2016

More specifically, this only seems to happen with find strings that match a single character.

@dom96 dom96 closed this as completed in 997a351 Oct 20, 2016
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

1 participant