mirror of
https://github.com/neovim/neovim.git
synced 2026-03-09 18:45:44 +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