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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -532,8 +532,6 @@ including white space, the commands starting with "i" select an "inner" object
532
532
without white space, or just the white space. Thus the "inner" commands
533
533
always select less text than the "a" commands.
534
534
535
- These commands are not available when the | +textobjects | feature has been
536
- disabled at compile time.
537
535
Also see `gn` and `gN` , operating on the last search pattern.
538
536
539
537
*v_aw* *aw*
@@ -612,7 +610,8 @@ i) *v_i)* *i)* *i(*
612
610
i( *vib* *v_ib* *v_i(* *ib*
613
611
ib "inner block", select [count] blocks, from "[count] [("
614
612
to the matching ')', excluding the '(' and ')' (see
615
- | [( | ).
613
+ | [( | ). If the cursor is not inside a () block, then
614
+ find the next "(".
616
615
When used in Visual mode it is made characterwise.
617
616
618
617
a> *v_a>* *v_a<* *a>* *a<*
@@ -633,6 +632,7 @@ at "a tag block", select [count] tag blocks, from the
633
632
"</aaa>", including the "<aaa> " and "</aaa>".
634
633
See | tag-blocks | about the details.
635
634
When used in Visual mode it is made characterwise.
635
+ Only available when compiled with the | +eval | feature.
636
636
637
637
*v_it* *it*
638
638
it "inner tag block", select [count] tag blocks, from the
@@ -1145,7 +1145,7 @@ g; Go to [count] older position in change list.
1145
1145
(not a motion command)
1146
1146
1147
1147
*g,* *E663*
1148
- g, Go to [count] newer cursor position in change list.
1148
+ g, Go to [count] newer position in change list.
1149
1149
Just like | g; | but in the opposite direction.
1150
1150
(not a motion command)
1151
1151
0 commit comments