-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Crash on editing Markdown file #7434
Comments
According to |
As I understand, bug is any symbols added before shebang (it must be correct) will move highlighting forward, and helix crashes when it reaches the end. For example, you could write
and then start add 9 any symbols before shebang, say, after
until editor crashes. Let's count: new line, three `, new line, "678", another new line. On next symbol, added before shebang, helix crashes. I do not understand how the highlight works, just sharing my observations. |
Having the same kind of error trying to copy the first line ( Error + Stack backtrace
|
Summary
It crashes.
Reproduction Steps
I tried this:
RUST_BACKTRACE=1 hx -vv bug.md
ggjxyggP
.I expected to get this text:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
alacritty 0.12.1 (5fdfd47f)
Helix Version
23.05-168-g2c5288da
The text was updated successfully, but these errors were encountered: