@@ -252,7 +252,7 @@ g$ or g<End> When lines wrap ('wrap' on): To the last character of
252
252
| exclusive | motion. Ceci n'est pas une pipe.
253
253
254
254
*f*
255
- f{char} To [count] ' th occurrence of {char} to the right. The
255
+ f{char} To [count] th occurrence of {char} to the right. The
256
256
cursor is placed on {char} | inclusive | .
257
257
{char} can be entered as a digraph | digraph-arg | .
258
258
When 'encoding' is set to Unicode, composing
@@ -262,18 +262,18 @@ f{char} To [count]'th occurrence of {char} to the right. The
262
262
| i_CTRL-^ | .
263
263
264
264
*F*
265
- F{char} To the [count] ' th occurrence of {char} to the left.
265
+ F{char} To the [count] th occurrence of {char} to the left.
266
266
The cursor is placed on {char} | exclusive | .
267
267
{char} can be entered like with the | f | command.
268
268
269
269
*t*
270
- t{char} Till before [count] ' th occurrence of {char} to the
270
+ t{char} Till before [count] th occurrence of {char} to the
271
271
right. The cursor is placed on the character left of
272
272
{char} | inclusive | .
273
273
{char} can be entered like with the | f | command.
274
274
275
275
*T*
276
- T{char} Till after [count] ' th occurrence of {char} to the
276
+ T{char} Till after [count] th occurrence of {char} to the
277
277
left. The cursor is placed on the character right of
278
278
{char} | exclusive | .
279
279
{char} can be entered like with the | f | command.
@@ -594,26 +594,26 @@ ib "inner block", select [count] blocks, from "[count] [("
594
594
595
595
a> *v_a>* *v_a<* *a>* *a<*
596
596
a< "a <> block", select [count] <> blocks, from the
597
- [count] ' th unmatched '<' backwards to the matching
597
+ [count] th unmatched '<' backwards to the matching
598
598
'>', including the '<' and '>'.
599
599
When used in Visual mode it is made charwise.
600
600
601
601
i> *v_i>* *v_i<* *i>* *i<*
602
602
i< "inner <> block", select [count] <> blocks, from
603
- the [count] ' th unmatched '<' backwards to the matching
603
+ the [count] th unmatched '<' backwards to the matching
604
604
'>', excluding the '<' and '>'.
605
605
When used in Visual mode it is made charwise.
606
606
607
607
*v_at* *at*
608
608
at "a tag block", select [count] tag blocks, from the
609
- [count] ' th unmatched "<aaa> " backwards to the matching
609
+ [count] th unmatched "<aaa> " backwards to the matching
610
610
"</aaa>", including the "<aaa> " and "</aaa>".
611
611
See | tag-blocks | about the details.
612
612
When used in Visual mode it is made charwise.
613
613
614
614
*v_it* *it*
615
615
it "inner tag block", select [count] tag blocks, from the
616
- [count] ' th unmatched "<aaa> " backwards to the matching
616
+ [count] th unmatched "<aaa> " backwards to the matching
617
617
"</aaa>", excluding the "<aaa> " and "</aaa>".
618
618
See | tag-blocks | about the details.
619
619
When used in Visual mode it is made charwise.
0 commit comments