-
-
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
Panic when yank and past from right to left window of the same file #4600
Labels
Comments
the-mikedavis
added
C-bug
Category: This is a bug
A-helix-term
Area: Helix term improvements
labels
Nov 5, 2022
I tried the same thing and it worked with no panic, can you provide a step-by-step repeatable way to get this panic? |
Also it'd be useful if you could reproduce the issue with the |
Sorry, I can not reproduce it reliably. But it proves, that this assertion is wrong in some (edge) cases: if pos > old_pos {
panic!(
"Position {} is out of range for changeset len {}!",
pos, old_pos
)
} |
Finally caught a backtrace:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My Helix version is compiled from commit:
Panic when yank and past from right to left window of the same file
The text was updated successfully, but these errors were encountered: