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
It seems like the new let else statement breaks line indentation in helix
let else
Video demonstrating the issue: https://youtu.be/g8-J9skWjqI
I tried this:
hx
I expected this to happen:
Instead, this happened:
2022-11-09T02:16:27.405 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path } 2022-11-09T02:17:01.071 helix_view::editor [ERROR] Failed to initialize the LSP for `source.toml` { cannot find binary path }
Linux
kitty 0.26.4
helix 22.08.1
The text was updated successfully, but these errors were encountered:
This was recently added upstream so we just need to update tree-sitter-rust tree-sitter/tree-sitter-rust#162
Sorry, something went wrong.
Closed by #4717
No branches or pull requests
Summary
It seems like the new
let else
statement breaks line indentation in helixVideo demonstrating the issue: https://youtu.be/g8-J9skWjqI
Reproduction Steps
I tried this:
hx
I expected this to happen:
Instead, this happened:
Helix log
~/.cache/helix/helix.log
Platform
Linux
Terminal Emulator
kitty 0.26.4
Helix Version
helix 22.08.1
The text was updated successfully, but these errors were encountered: