diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-09-19 07:07:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 07:07:24 +0800 |
commit | 6405fa4b117263b92f87b17150abd2d1c6ab5881 (patch) | |
tree | 70452bcb0419e961333e50af30adfbfb4f1ba2dd | |
parent | bbde37fd64cfb2c65132702374d2b1b3dc5c9390 (diff) | |
download | rneovim-6405fa4b117263b92f87b17150abd2d1c6ab5881.tar.gz rneovim-6405fa4b117263b92f87b17150abd2d1c6ab5881.tar.bz2 rneovim-6405fa4b117263b92f87b17150abd2d1c6ab5881.zip |
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>
-rw-r--r-- | runtime/doc/motion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt index 05244cde91..dc92601bfc 100644 --- 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. |