mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 13:43:24 +10:00
Problem: strchars() defaults to counting composing characters.
Solution: Add strcharlen() which ignores composing characters.
70ce8a1561
Use docs from latest Vim instead.
Co-authored-by: Bram Moolenaar <Bram@vim.org>