mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-10 12:23:50 -05:00
Update documentation for 'cS'
This commit is contained in:
committed by
John Whitley
parent
86f6aca956
commit
5211890344
@@ -39,8 +39,9 @@ easiest to understand with some examples:
|
|||||||
<div>Yo!*</div> dst Yo!
|
<div>Yo!*</div> dst Yo!
|
||||||
|
|
||||||
Change surroundings is *cs* . It takes two arguments, a target like with
|
Change surroundings is *cs* . It takes two arguments, a target like with
|
||||||
|ds|, and a replacement. Details about the second argument can be found
|
|ds|, and a replacement. *cS* changes surroundings, placing the surrounded
|
||||||
below in |surround-replacements|. Once again, examples are in order.
|
text on its own line(s) like |yS|. Details about the second argument can be
|
||||||
|
found below in |surround-replacements|. Once again, examples are in order.
|
||||||
|
|
||||||
Old text Command New text ~
|
Old text Command New text ~
|
||||||
"Hello *world!" cs"' 'Hello world!'
|
"Hello *world!" cs"' 'Hello world!'
|
||||||
|
|||||||
Reference in New Issue
Block a user