We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
use open qw(:
When typing in this certain code sequence, helix hungs.
I tried this:
hx test.pl
In insert mode, type: use open qw(:
the final character : isn't displayed, helix seems to hung. Ctrl+C doesn't help
:
2022-10-02T18:14:45.514 helix_view::editor [ERROR] Failed to initialize the LSP for `source.perl` { LSP not defined }
Linux
alacritty 0.10.1 ()
helix 22.08.1 (5b5f1bd)
The text was updated successfully, but these errors were encountered:
Was able to reproduce as well. It only happens at the end of the document when there is no newline after it.
Sorry, something went wrong.
Closed by #7644
No branches or pull requests
Summary
When typing in this certain code sequence, helix hungs.
Reproduction Steps
I tried this:
hx test.pl
In insert mode, type:
use open qw(:
the final character
:
isn't displayed, helix seems to hung. Ctrl+C doesn't helpHelix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
alacritty 0.10.1 ()
Helix Version
helix 22.08.1 (5b5f1bd)
The text was updated successfully, but these errors were encountered: