mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
Problem: input() does not handle composing characters properly.
Solution: Use mb_cptr2char_adv() instead of mb_ptr2char_adv().
(closes vim/vim#10527)
e3a529bc87
Cherry-pick all of Test_input_func() from patch 8.2.0316.