mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +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.