Skip to content
New issue

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

Helix freezes when trying to replace "􏿽" with Vec::from([]) #6483

Closed
dogunbound opened this issue Mar 29, 2023 · 0 comments · Fixed by #6488
Closed

Helix freezes when trying to replace "􏿽" with Vec::from([]) #6483

dogunbound opened this issue Mar 29, 2023 · 0 comments · Fixed by #6488
Labels
C-bug Category: This is a bug

Comments

@dogunbound
Copy link

dogunbound commented Mar 29, 2023

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:

fn main() {
    dbg!("􏿽");
}

write and quit.

Open helix again and replace that with:

fn main() {
    dbg!(Vec::from([]));
}

write and quit.

Helix log

helix.log

Platform

Linux

Terminal Emulator

Konsole

Helix Version

22.12

@dogunbound dogunbound added the C-bug Category: This is a bug label Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant