mirror of
https://github.com/neovim/neovim.git
synced 2026-05-01 03:24:49 +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