@@ -96,7 +96,7 @@ All targets are currently just one character.
9696
9797Eight punctuation marks, (, ), {, }, [, ], <, and >, represent themselves
9898and their counterparts. If the opening mark is used, contained whitespace is
99- also trimmed. The targets b, B, r, and a are aliases for ), }, ], and >
99+ also trimmed. The targets b, B, r, and a are aliases for ), }, ], and >
100100 (the first two mirror Vim; the second two are completely arbitrary and
101101subject to change).
102102
@@ -129,6 +129,12 @@ b, B, r, and a are aliases for ), }, ], and >. To fulfill the common need for
129129code blocks in C-style languages, <C-}> (which is really <C-]> ) adds braces on
130130lines separate from the content.
131131
132+ If a single digit number is used, the remaining replacement argument is
133+ repeated by that count.
134+
135+ Old text Command New text ~
136+ hello ysW2* **hello**
137+
132138If t or < is used, Vim prompts for an HTML/XML tag to insert. You may specify
133139attributes here and they will be stripped from the closing tag. If replacing a
134140tag, its attributes are kept in the new tag. End your input with > to discard
0 commit comments