mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:346ac1429c5a (#25239)
runtime(doc): add help tag describing object-selection
closes: vim/vim#13114
346ac1429c
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
bbde37fd64
commit
6405fa4b11
@ -660,6 +660,7 @@ i` *v_i`* *i`*
|
|||||||
Special case: With a count of 2 the quotes are
|
Special case: With a count of 2 the quotes are
|
||||||
included, but no extra white space as with a"/a'/a`.
|
included, but no extra white space as with a"/a'/a`.
|
||||||
|
|
||||||
|
*o_object-select*
|
||||||
When used after an operator:
|
When used after an operator:
|
||||||
For non-block objects:
|
For non-block objects:
|
||||||
For the "a" commands: The operator applies to the object and the white
|
For the "a" commands: The operator applies to the object and the white
|
||||||
@ -675,6 +676,7 @@ For a block object:
|
|||||||
the surrounding braces are excluded. For the "a" commands, the braces
|
the surrounding braces are excluded. For the "a" commands, the braces
|
||||||
are included.
|
are included.
|
||||||
|
|
||||||
|
*v_object-select*
|
||||||
When used in Visual mode:
|
When used in Visual mode:
|
||||||
When start and end of the Visual area are the same (just after typing "v"):
|
When start and end of the Visual area are the same (just after typing "v"):
|
||||||
One object is selected, the same as for using an operator.
|
One object is selected, the same as for using an operator.
|
||||||
|
Loading…
Reference in New Issue
Block a user