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
I've managed to reproduce this issue. The problem is caused by the fact that navigating the history is not triggering updates to the completions. Any command in the history that is shorter than the current line completion start (or containing a non-ascii character at the that point) can trigger the crash.
Summary
Helix crashes from command completion menu.
Reproduction Steps
I tried this:
hx
:tutor
[Enter]:theme def
[Tab]NOTE: no [Enter] at step 3.
I expected this to happen:
nothing... or the normal completions for when tutor is current.
Instead, this happened:
crash to prompt.
Helix log
RUST_STACKTRACE=full
Platform
Linux / macOS
Terminal Emulator
iTerm
Helix Version
commit 19e51c8 (HEAD -> master, helix/master)
The text was updated successfully, but these errors were encountered: