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

f and F should not loop indefinitely for "un-findable" keys #42

Open
caleb-allen opened this issue May 15, 2023 · 0 comments
Open

f and F should not loop indefinitely for "un-findable" keys #42

caleb-allen opened this issue May 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@caleb-allen
Copy link
Owner

Brought up by @MilesCranmer in #41

For example, when I write:
julia> println("Hello")
and then hit the key strokes F and then c (to reverse find the c character - which does not exist), it appears to hit a while loop and freezes

The PR protects against such loops, but this specific case should be caught before looping infinitely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant