summaryrefslogtreecommitdiffstats
path: root/runtime/doc/motion.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-18 20:11:37 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-18 20:12:22 +0200
commit346ac1429c5afb23bace295106aea1b305443435 (patch)
tree0985554c6b599ff48fa951fe1382ca6f2e4ab1e4 /runtime/doc/motion.txt
parent063c562a3715e9fce21b791ad4c8980b09b64a89 (diff)
runtime(doc): add help tag describing object-selection
closes: #13114 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/motion.txt')
-rw-r--r--runtime/doc/motion.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/motion.txt b/runtime/doc/motion.txt
index 2ddd1b9cec..c89eead634 100644
--- a/runtime/doc/motion.txt
+++ b/runtime/doc/motion.txt
@@ -1,4 +1,4 @@
-*motion.txt* For Vim version 9.0. Last change: 2022 Sep 26
+*motion.txt* For Vim version 9.0. Last change: 2023 Sep 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -683,6 +683,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
@@ -698,6 +699,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.