Two vertical splits and jumping through jumplist crashes helix #12247
Unanswered
coolvegan
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I was restructering some golang code in helix. I saved positions in code of different files to jumplist. Moved Code snippets from one file to a new file, that i opened in a new vertical splitted window. Added new jump points in the new window. Jumped through every point in my jump list and helix crashed with the following message:
thread 'main' panicked at /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ropey-1.6.1/src/slice.rs:360:41: called
Result::unwrap()on an
Errvalue: Char index out of bounds: char index 3750, Rope/RopeSlice char length 3029 note: run with
RUST_BACKTRACE=1environment variable to display a backtrace
Reproduction Steps
I tried but i can't reproducing it.
Helix log
~/.cache/helix/helix.log
Platform
Archlinux
Terminal Emulator
foot + fish shell
Installation Method
pacman -S helix
Helix Version
helix 24.7
Beta Was this translation helpful? Give feedback.
All reactions