-
-
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
Helix crash on Ctrl-o
#2489
Comments
I noticed it too but I don't have exact step to reproduce, basically I just press |
There was a similar panic fixed in #1397 around jumping to a buffer that was closed with
we might be able to reproduce by saving to the jumplist at the end of a file and then shortening the file by deleting some lines and jumping backwards. |
This indeed looks like #2107 so it should be addressed on latest master (but not 22.03). |
I just faced it last week on latest master, but the issue I faced with |
I just had this on pressing
helix 22.08.1 (038ad62) |
I was able to repeat this on master (9b7f349). Here is a backtrace: RUST_BACKTRACE=1 ./target/debug/hx README.md
I typed |
Thanks so much for fixing this. Any chance we could get a bugfix release with the changes? |
I have encountered this or a similar crash multiple time across multiple helix versions. Helix Version: |
I have not encountered this ever since it was fixed. The ubderlying problem was definitly fixed. If you can provide a reproduction case or a backtrace (ideally both) with the new version open a new issues |
Okay, will keep that in mind. |
Summary
When pressing
ctrl-o
after deleting selection contents, helix crashes.Reproduction Steps
I tried this:
ctrl-o
I expected this to happen:
Instead, this happened:
Helix log
No log available
Platform
Windows 10
Terminal Emulator
ConEmu 160914 [64] {Stable}
Helix Version
helix 22.03 (d4e45fd)
The text was updated successfully, but these errors were encountered: