helix/helix-term/tests
Narazaki, Shuji 22f3936eb8 fix: global search crashes with multibyte characters (resolves #13681)
- use `str::width` from UnicodeWidthStr to determine the display range
- `set_string_anchored` assumed that the string starts with a single-byte char
- add an integration test `global_search_with_multibyte_chars`
2025-06-15 13:06:26 +09:00
..
test fix: global search crashes with multibyte characters (resolves #13681) 2025-06-15 13:06:26 +09:00
integration.rs syntax: Move config types to a separate module 2025-05-13 18:30:21 -04:00