mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

Use the grapheme break algorithm from utf8proc to support grapheme clusters from recent unicode versions. Handle variant selector VS16 turning some codepoints into double-width emoji. This means we need to use ptr2cells rather than char2cells when possible.