mirror of
https://github.com/neovim/neovim.git
synced 2025-12-13 10:02:49 +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.