-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
shrink_selection
does not properly restore cursor with multiple selections.
#6092
Labels
C-bug
Category: This is a bug
Comments
gibbz00
added a commit
to gibbz00/helix
that referenced
this issue
Feb 23, 2023
Cause were some incorrect assumptions that missed an edge case in the `Selection.contains()` calculation. Tests were added accordingly.
sagnibak
pushed a commit
to sagnibak/helix
that referenced
this issue
Mar 21, 2023
* Fix helix-editor#6092 Cause were some incorrect assumptions that missed an edge case in the `Selection.contains()` calculation. Tests were added accordingly. * Fix Selection.contains() edge-case handling. Removing the len check short-circuit was the only thing needed as pointed out by @dead10ck.
wes-adams
pushed a commit
to wes-adams/helix
that referenced
this issue
Jul 4, 2023
* Fix helix-editor#6092 Cause were some incorrect assumptions that missed an edge case in the `Selection.contains()` calculation. Tests were added accordingly. * Fix Selection.contains() edge-case handling. Removing the len check short-circuit was the only thing needed as pointed out by @dead10ck.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Asciinema says most of it.
Reproduction Steps
Platform
Linux
Terminal Emulator
kitty
The text was updated successfully, but these errors were encountered: