mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 08:34:21 +00:00
Problem: using "C" and 've=all' set, doesn't include composing chars
when changing a line, keeps the composing chars for whatever
is typed afterwards.
Solution: Use mb_head_off() and mb_ptr2len() instead of mb_tail_off().
(zeertzjq)
closes: vim/vim#14083
048761bcd4