mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 01:51:52 +00:00
Problem: Crash when using many composing characters in error message.
Solution: Use mb_cptr2char_adv() instead of mb_ptr2char_adv().
34f8117dec
Co-authored-by: Bram Moolenaar <Bram@vim.org>