From 3f1645606056834a53fa92997b3b86369c5b2a3d Mon Sep 17 00:00:00 2001 From: Johannes Hoffmann Date: Wed, 31 Oct 2018 13:11:50 +0100 Subject: [PATCH] Remove erroneously added text --- doc/surround.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/surround.txt b/doc/surround.txt index 7091e50..0d31fb1 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -105,7 +105,6 @@ around the target. $*total += 1 ysf1( $( total += 1 ) $*( total += 1 ) ys%) $(( total += 1 )) -Fix error in documentation and add examples 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).