From 8903beebcdb4d7226b8ce2e30b9cc18c9bfda668 Mon Sep 17 00:00:00 2001 From: Jorge Date: Mon, 10 Oct 2016 18:42:26 +0200 Subject: [PATCH] Fixed error from help file (surround.txt) --- doc/surround.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/surround.txt b/doc/surround.txt index 674b6a9..a3f79ff 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -149,7 +149,7 @@ return will be replaced by the original text. This can be used in a PHP file as in the following example. Old text Command New text ~ - print "Hello *world!" yss- + print "Hello world!" yss- Additionally, one can use a global variable for globally available replacements.