aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-12-15 08:16:03 +0800
committerGitHub <noreply@github.com>2024-12-15 08:16:03 +0800
commit805b84c619d8fd852368281bfc8ff103370bf0e8 (patch)
tree4c8ce8931ff5832b52479761e0012b445c46284c /src
parent433b342baa04b35fb1ab24d4ef38f126d12ea714 (diff)
parent3406b0091122449318cf53c997eacc0621d02ee2 (diff)
downloadrneovim-805b84c619d8fd852368281bfc8ff103370bf0e8.tar.gz
rneovim-805b84c619d8fd852368281bfc8ff103370bf0e8.tar.bz2
rneovim-805b84c619d8fd852368281bfc8ff103370bf0e8.zip
Merge pull request #31580 from zeertzjq/vim-ed89206
vim-patch: doc updates
Diffstat (limited to 'src')
-rw-r--r--src/nvim/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua
index de152fb315..6dc32658fe 100644
--- a/src/nvim/options.lua
+++ b/src/nvim/options.lua
@@ -7011,6 +7011,8 @@ return {
selection.
When "old" is used and 'virtualedit' allows the cursor to move past
the end of line the line break still isn't included.
+ When "exclusive" is used, cursor position in visual mode will be
+ adjusted for inclusive motions |inclusive-motion-selection-exclusive|.
Note that when "exclusive" is used and selecting from the end
backwards, you cannot include the last character of a line, when
starting in Normal mode and 'virtualedit' empty.