mirror of
https://github.com/tpope/vim-surround.git
synced 2025-11-08 11:23:49 -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!
|
||||
|
||||
Change surroundings is *cs* . It takes two arguments, a target like with
|
||||
|ds|, and a replacement. Details about the second argument can be found
|
||||
below in |surround-replacements|. Once again, examples are in order.
|
||||
|ds|, and a replacement. *cS* changes surroundings, placing the surrounded
|
||||
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 ~
|
||||
"Hello *world!" cs"' 'Hello world!'
|
||||
|
||||
Reference in New Issue
Block a user