add space after ">" at end of line to ensure vim visibly renders it

This commit is contained in:
Peter Vandenberk 2010-12-01 20:22:36 +08:00 committed by Tim Pope
parent 27710a2224
commit b99ce735ea

View File

@ -106,7 +106,7 @@ thus is highly recommended). All targets are currently just one character.
Eight punctuation marks, (, ), {, }, [, ], <, and >, represent themselves Eight punctuation marks, (, ), {, }, [, ], <, and >, represent themselves
and their counterparts. If the opening mark is used, contained whitespace is and their counterparts. If the opening mark is used, contained whitespace is
also trimmed. The targets b, B, r, and a are aliases for ), }, ], and > also trimmed. The targets b, B, r, and a are aliases for ), }, ], and >
(the first two mirror Vim; the second two are completely arbitrary and (the first two mirror Vim; the second two are completely arbitrary and
subject to change). subject to change).