@@ -252,7 +252,7 @@ g$ or g<End> When lines wrap ('wrap' on): To the last character of
252252 | exclusive | motion. Ceci n'est pas une pipe.
253253
254254 *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
256256 cursor is placed on {char} | inclusive | .
257257 {char} can be entered as a digraph | digraph-arg | .
258258 When 'encoding' is set to Unicode, composing
@@ -262,18 +262,18 @@ f{char} To [count]'th occurrence of {char} to the right. The
262262 | i_CTRL-^ | .
263263
264264 *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.
266266 The cursor is placed on {char} | exclusive | .
267267 {char} can be entered like with the | f | command.
268268
269269 *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
271271 right. The cursor is placed on the character left of
272272 {char} | inclusive | .
273273 {char} can be entered like with the | f | command.
274274
275275 *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
277277 left. The cursor is placed on the character right of
278278 {char} | exclusive | .
279279 {char} can be entered like with the | f | command.
@@ -594,26 +594,26 @@ ib "inner block", select [count] blocks, from "[count] [("
594594
595595a> *v_a>* *v_a<* *a>* *a<*
596596a< "a <> block", select [count] <> blocks, from the
597- [count] ' th unmatched '<' backwards to the matching
597+ [count] th unmatched '<' backwards to the matching
598598 '>', including the '<' and '>'.
599599 When used in Visual mode it is made charwise.
600600
601601i> *v_i>* *v_i<* *i>* *i<*
602602i< "inner <> block", select [count] <> blocks, from
603- the [count] ' th unmatched '<' backwards to the matching
603+ the [count] th unmatched '<' backwards to the matching
604604 '>', excluding the '<' and '>'.
605605 When used in Visual mode it is made charwise.
606606
607607 *v_at* *at*
608608at "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
610610 "</aaa>", including the "<aaa> " and "</aaa>".
611611 See | tag-blocks | about the details.
612612 When used in Visual mode it is made charwise.
613613
614614 *v_it* *it*
615615it "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
617617 "</aaa>", excluding the "<aaa> " and "</aaa>".
618618 See | tag-blocks | about the details.
619619 When used in Visual mode it is made charwise.
0 commit comments