You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helix crash when I use :reflow 100 on a whole markdown file (all lines selected in visual mode).
Error:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Line index out of bounds: line index 50, Rope/RopeSlice line count 42', /Users/brew/Library/Caches/Homebrew/cargo_cache/registry/src/github.com-1ecc6299db9ec823/ropey-1.5.0/src/slice.rs:424:41
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
This does not happend with every files I tried. I included a download link to one that will reproduce the bug.
Summary
Helix crash when I use
:reflow 100
on a whole markdown file (all lines selected in visual mode).Error:
This does not happend with every files I tried. I included a download link to one that will reproduce the bug.
Reproduction Steps
I tried this:
gg
and thenvge
:reflow 100
Helix log
No response
Platform
macOS
Terminal Emulator
iTerm
Helix Version
helix 22.08.1 (66276ce)
The text was updated successfully, but these errors were encountered: