From b99ce735ea5b225db11aff33ed608edb8d27e7e3 Mon Sep 17 00:00:00 2001 From: Peter Vandenberk Date: Wed, 1 Dec 2010 20:22:36 +0800 Subject: [PATCH] add space after ">" at end of line to ensure vim visibly renders it --- doc/surround.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/surround.txt b/doc/surround.txt index 959fed4..d2c8247 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -106,7 +106,7 @@ thus is highly recommended). All targets are currently just one character. Eight punctuation marks, (, ), {, }, [, ], <, and >, represent themselves 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 subject to change).