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
While editing a fenced JavaScript code-snippet in a Markdown file, the Editor freezes up. It does not react to anything and I have to kill -9 it in order to close the process.
Reproduction Steps
```javascript
{
arg
}
```
NOTE The empty line at the end of the code-block is important!
I tried this:
hx minimal_error.md
Navigate the cursor somehow onto the closing curly-bracket
The editor freezes while hovering the closing curly-bracket
NOTE: I can navigate around that closing curly-bracket as much as I like. It does not matter if I navigate onto it from the top using jjj or from the bottom using gekk. As long as I don't hover the bracket, the editor behaves as expected.
I expected this to happen:
The editor does not freeze and
Instead, this happened:
The editor freezes and must be killed using kill -9
Helix log
~/.cache/helix/helix.log
I have killed the editor about 30 times now trying to get a minimum reproducible snippet. All I see in the log from that time are the errors listed below, there is no additional information.
Summary
While editing a fenced JavaScript code-snippet in a Markdown file, the Editor freezes up. It does not react to anything and I have to
kill -9
it in order to close the process.Reproduction Steps
NOTE The empty line at the end of the code-block is important!
I tried this:
hx minimal_error.md
NOTE: I can navigate around that closing curly-bracket as much as I like. It does not matter if I navigate onto it from the top using jjj or from the bottom using gekk. As long as I don't hover the bracket, the editor behaves as expected.
I expected this to happen:
The editor does not freeze and
Instead, this happened:
The editor freezes and must be killed using
kill -9
Helix log
~/.cache/helix/helix.log
I have killed the editor about 30 times now trying to get a minimum reproducible snippet. All I see in the log from that time are the errors listed below, there is no additional information.Platform
macOS
Terminal Emulator
iTerm2
Installation Method
brew
Helix Version
helix 23.10 (f6021dd)
The text was updated successfully, but these errors were encountered: