mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
vim-patch:bfeefc4: runtime(doc): clarify the effect of exclusive single char selections (#34289)
closes: vim/vim#17410
bfeefc474a
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -7214,9 +7214,14 @@ local options = {
|
||||
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.
|
||||
|
||||
Note:
|
||||
- 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.
|
||||
- when "exclusive" is used with a single character visual selection,
|
||||
Vim will behave as if the 'selection' is inclusive (in other words,
|
||||
you cannot visually select an empty region).
|
||||
]=],
|
||||
full_name = 'selection',
|
||||
scope = { 'global' },
|
||||
|
Reference in New Issue
Block a user