From afc2295c2201ae87bfbb42d5f5315ad0583ccabf Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Fri, 24 May 2024 19:07:12 +0200 Subject: 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 Signed-off-by: Christian Brabandt --- runtime/doc/builtin.txt | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'runtime/doc/builtin.txt') diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index afd84c11ef..866fab1773 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -4288,14 +4288,13 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()* The optional argument {opts} is a Dict and supports the following items: - type Specify the region's selection type - (default: "v"): - "v" for |characterwise| mode - "V" for |linewise| mode - "" for |blockwise-visual| mode + type Specify the region's selection type. + See |getregtype()| for possible values, + except it cannot be an empty string. + (default: "v") exclusive If |TRUE|, use exclusive selection - for the end position + for the end position. (default: follow 'selection') You can get the last selection type by |visualmode()|. -- cgit v1.2.3