We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2660227 commit c10e991Copy full SHA for c10e991
README.markdown
@@ -265,7 +265,7 @@ examples. An asterisk (*) is used to denote the cursor position.
265
[123+4*56]/2 cs]) (123+456)/2
266
"Look ma, I'm *HTML!" cs"<q> <q>Look ma, I'm HTML!</q>
267
if *x>3 { ysW( if ( x>3 ) {
268
- my $str = *whee!; vlllls' my $str = 'whee!';
+ my $str = *whee!; vllllS' my $str = 'whee!';
269
270
For instance, if the cursor was inside `"foo bar"`, you could type
271
`cs"'` to convert the text to `'foo bar'`.
0 commit comments