mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00

Problem: <Del> in cmdline mode doesn't delete composing chars
Solution: Use mb_head_off() and mb_ptr2len() (zeertzjq)
closes: vim/vim#14095
ff2b79d239