File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -581,14 +581,14 @@ The following adverbs are supported
581
581
582
582
= begin table
583
583
584
- short long meaning
585
- ===== ==== =======
586
- :g :global tries to match as often as possible
587
- :nth(Int) only substitute the nth's match
588
- :ss :samespace preserves whitespace on substitution
589
- :ii :samecase preserves case on substitution
590
- :mm :samemark preserves character marks (e.g. 'ü' replaces with 'o' will result in 'ö')
591
- :x(Int) substitute exactly $x matches
584
+ short long meaning
585
+ ===== ==== =======
586
+ :g :global tries to match as often as possible
587
+ :nth(Int|Callable) only substitute the nth's match
588
+ :ss :samespace preserves whitespace on substitution
589
+ :ii :samecase preserves case on substitution
590
+ :mm :samemark preserves character marks (e.g. 'ü' replaces with 'o' will result in 'ö')
591
+ :x(Int|Callable) substitute exactly $x matches
592
592
593
593
= end table
594
594
You can’t perform that action at this time.
0 commit comments