aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-05-25 16:53:10 +0800
committerGitHub <noreply@github.com>2024-05-25 16:53:10 +0800
commit4757d497f3c85cc343f7dcbc09f95e43ba5c1314 (patch)
treefc50d2dca8b1b96c9839964188b7745c18c354e8 /runtime/doc
parentb43244adafa0f4d86409d1101754d5e23782c158 (diff)
downloadrneovim-4757d497f3c85cc343f7dcbc09f95e43ba5c1314.tar.gz
rneovim-4757d497f3c85cc343f7dcbc09f95e43ba5c1314.tar.bz2
rneovim-4757d497f3c85cc343f7dcbc09f95e43ba5c1314.zip
vim-patch:9.1.0444: Not enough tests for getregion() with multibyte chars (#29000)
Problem: Not enough tests for getregion() with multibyte chars. Solution: Add a few more tests (zeertzjq). closes: vim/vim#14844 https://github.com/vim/vim/commit/dff55a335889c746a79974f7c52cdcdebad682c2
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/builtin.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt
index 5b1dd2ca47..1a762c6ec0 100644
--- a/runtime/doc/builtin.txt
+++ b/runtime/doc/builtin.txt
@@ -2932,7 +2932,8 @@ getregion({pos1}, {pos2} [, {opts}]) *getregion()*
type Specify the region's selection type.
See |getregtype()| for possible values,
- except it cannot be an empty string.
+ except that the width can be omitted
+ and an empty string cannot be used.
(default: "v")
exclusive If |TRUE|, use exclusive selection