aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/options.lua
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 /runtime/lua/vim/_meta/options.lua
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 'runtime/lua/vim/_meta/options.lua')
-rw-r--r--runtime/lua/vim/_meta/options.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua
index fecbece655..63bf0df5f6 100644
--- a/runtime/lua/vim/_meta/options.lua
+++ b/runtime/lua/vim/_meta/options.lua
@@ -5214,6 +5214,8 @@ vim.go.sect = vim.go.sections
--- 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.