Skip to content

Commit 9ed808e

Browse files
committed
motion.txt: Update Vim 9.0.0752
1 parent fb88d19 commit 9ed808e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/motion.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*motion.txt* For Vim version 9.0. Last change: 2022 Apr 18
1+
*motion.txt* For Vim version 9.0. Last change: 2022 Sep 26
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -532,8 +532,6 @@ including white space, the commands starting with "i" select an "inner" object
532532
without white space, or just the white space. Thus the "inner" commands
533533
always select less text than the "a" commands.
534534

535-
These commands are not available when the |+textobjects| feature has been
536-
disabled at compile time.
537535
Also see `gn` and `gN`, operating on the last search pattern.
538536

539537
*v_aw* *aw*
@@ -612,7 +610,8 @@ i) *v_i)* *i)* *i(*
612610
i( *vib* *v_ib* *v_i(* *ib*
613611
ib "inner block", select [count] blocks, from "[count] [("
614612
to the matching ')', excluding the '(' and ')' (see
615-
|[(|).
613+
|[(|). If the cursor is not inside a () block, then
614+
find the next "(".
616615
When used in Visual mode it is made characterwise.
617616

618617
a> *v_a>* *v_a<* *a>* *a<*
@@ -633,6 +632,7 @@ at "a tag block", select [count] tag blocks, from the
633632
"</aaa>", including the "<aaa>" and "</aaa>".
634633
See |tag-blocks| about the details.
635634
When used in Visual mode it is made characterwise.
635+
Only available when compiled with the |+eval| feature.
636636

637637
*v_it* *it*
638638
it "inner tag block", select [count] tag blocks, from the
@@ -1145,7 +1145,7 @@ g; Go to [count] older position in change list.
11451145
(not a motion command)
11461146

11471147
*g,* *E663*
1148-
g, Go to [count] newer cursor position in change list.
1148+
g, Go to [count] newer position in change list.
11491149
Just like |g;| but in the opposite direction.
11501150
(not a motion command)
11511151

0 commit comments

Comments
 (0)