helix/helix-term
Alexander Shirokov 1007e0c3df
helix-term:fix crash on unwrap graphemes
This change replaces a direct unwrap with a map. If the optional value
is missing, a default is used.

The issue was discovered accidentally while porting the Helix editor to
an ARM-based platform and running it in QEMU.
2025-07-23 14:33:50 +02:00
..
src helix-term:fix crash on unwrap graphemes 2025-07-23 14:33:50 +02:00
tests Allow `:move` command to accept directories as target (#13922) 2025-07-10 14:28:53 -05:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Add syntax symbol pickers based on tags.scm queries 2025-07-18 11:16:42 -04:00
build.rs chore: clean up clippy lints (#11377) 2024-08-01 06:39:46 +09:00