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
You can see write quit freezing trying to save replacing with (Vec::from([])).
Open helix and type:
fn main() { dbg!(""); }
write and quit.
Open helix again and replace that with:
fn main() { dbg!(Vec::from([])); }
helix.log
Linux
Konsole
22.12
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
2023-03-29.17-54-57.mp4
You can see write quit freezing trying to save replacing with (Vec::from([])).
Reproduction Steps
Open helix and type:
write and quit.
Open helix again and replace that with:
write and quit.
Helix log
helix.log
Platform
Linux
Terminal Emulator
Konsole
Helix Version
22.12
The text was updated successfully, but these errors were encountered: