helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.71k stars 2.5k forks source link

thread 'main' panicked #11747

Closed ElYaiko closed 1 month ago

ElYaiko commented 1 month ago

I was using a vertical split and when trying to go to the right split it crashed and I got:

at /home/yaiko/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ropey-1.6.1/src/slice.rs:360:41:
called `Result::unwrap()` on an `Err` value: Char index out of bounds: char index 11242, Rope/RopeSlice char length 11188
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I'm on last commit: 73deabaa408c505905271e11065846ac87e1afd0

ElYaiko commented 1 month ago

pd: I lost my progress !!!, I hope https://github.com/helix-editor/helix/pull/9143 is implemented ASAP

rhogenson commented 1 month ago

Possibly a duplicate of #5632