neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 6405fa4b117263b92f87b17150abd2d1c6ab5881
parent bbde37fd64cfb2c65132702374d2b1b3dc5c9390
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Tue, 19 Sep 2023 07:07:24 +0800

vim-patch:346ac1429c5a (#25239)

runtime(doc): add help tag describing object-selection

closes: vim/vim#13114

https://github.com/vim/vim/commit/346ac1429c5afb23bace295106aea1b305443435

Co-authored-by: Christian Brabandt <cb@256bit.org>
Diffstat:
Mruntime/doc/motion.txt | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt @@ -660,6 +660,7 @@ i` *v_i`* *i`* Special case: With a count of 2 the quotes are included, but no extra white space as with a"/a'/a`. + *o_object-select* When used after an operator: For non-block objects: 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 are included. + *v_object-select* When used in Visual mode: 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.