mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
Fixed error from help file (surround.txt)
This commit is contained in:
parent
e49d6c2459
commit
8903beebcd
|
|
@ -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- <?php print "Hello world!" ?>
|
||||
print "Hello world!" yss- <?php print "Hello world!" ?>
|
||||
|
||||
Additionally, one can use a global variable for globally available
|
||||
replacements.
|
||||
|
|
|
|||
Loading…
Reference in a new issue