helix-mirror/helix-core
Benoît CORTIER 8a29086c1a Fix panic when moving over unicode punctuation
`is_ascii_punctuation` will only work for ASCII punctuations, and when
we have unicode punctuation (or other) we jump into the `unreachable`.
This patch fallback into categorizing everything in this branch as
`Unknown`.

Fixes https://github.com/helix-editor/helix/issues/123

https://github.com/helix-editor/helix/pull/135: add better support for
unicode categories.
2021-06-07 09:12:01 +09:00
..
src Fix panic when moving over unicode punctuation 2021-06-07 09:12:01 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml Make rust-embed optionally included based on the embed_runtime feature. 2021-06-06 10:49:17 +09:00