]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0443: Can't use blockwise selection with width for getregion() v9.1.0443
authorzeertzjq <zeertzjq@outlook.com>
Fri, 24 May 2024 17:07:12 +0000 (19:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Fri, 24 May 2024 17:07:12 +0000 (19:07 +0200)
commitafc2295c2201ae87bfbb42d5f5315ad0583ccabf
tree22134aed53f8089ab96392fa0bf588107a98d6c6
parent5e4571508480c8f51748e49fb05c1891db0cb803
patch 9.1.0443: Can't use blockwise selection with width for getregion()

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: #14842

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
src/evalfunc.c
src/testdir/test_visual.vim
src/version.c