mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 19:50:45 +00:00
Problem: Can't use a blockwise selection with a width for getregion().
Solution: Add support for blockwise selection with width like the return
value of getregtype() or the "regtype" value of TextYankPost
(zeertzjq).
closes: vim/vim#14842
afc2295c22