mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 09:14:15 +00:00
Problem: getregionpos() behaves inconsistently for a partly-selected
multibyte char.
Solution: Always use column of the first byte for a partly-selected
multibyte char (zeertzjq).
closes: vim/vim#14851
ef73374dc3