Fix more mentions of "vs" in the docs

This commit is contained in:
Chris Johnsen 2011-11-15 01:16:29 -06:00
parent 6f0984a5ca
commit f77ee23e7e

View File

@ -20,7 +20,7 @@ examples. An asterisk (*) is used to denote the cursor position.
[123+4*56]/2 cs]) (123+456)/2 [123+4*56]/2 cs]) (123+456)/2
"Look ma, I'm *HTML!" cs"<q> <q>Look ma, I'm HTML!</q> "Look ma, I'm *HTML!" cs"<q> <q>Look ma, I'm HTML!</q>
if *x>3 { ysW( if ( x>3 ) { if *x>3 { ysW( if ( x>3 ) {
my $str = *whee!; vlllls' my $str = 'whee!'; my $str = *whee!; vllllS' my $str = 'whee!';
While a few features of this plugin will work in older versions of Vim, While a few features of this plugin will work in older versions of Vim,
Vim 7 is recommended for full functionality. Vim 7 is recommended for full functionality.
@ -65,9 +65,9 @@ whitespace.
There is also *yS* and *ySS* which indent the surrounded text and place it There is also *yS* and *ySS* which indent the surrounded text and place it
on a line of its own. on a line of its own.
In visual mode, a simple "s" with an argument wraps the selection. This is In visual mode, a simple "S" with an argument wraps the selection. This is
referred to as the *vS* mapping, although ordinarily there will be referred to as the *vS* mapping, although ordinarily there will be
additional keystrokes between the v and s. In linewise visual mode, the additional keystrokes between the v and S. In linewise visual mode, the
surroundings are placed on separate lines and indented. In blockwise visual surroundings are placed on separate lines and indented. In blockwise visual
mode, each line is surrounded. mode, each line is surrounded.
@ -117,7 +117,7 @@ however, newlines are sometimes added and/or removed.
REPLACEMENTS *surround-replacements* REPLACEMENTS *surround-replacements*
A replacement argument is a single character, and is required by |cs|, |ys|, A replacement argument is a single character, and is required by |cs|, |ys|,
and |vs|. Undefined replacement characters (with the exception of alphabetic and |vS|. Undefined replacement characters (with the exception of alphabetic
characters) default to placing themselves at the beginning and end of the characters) default to placing themselves at the beginning and end of the
destination, which can be useful for characters like / and |. destination, which can be useful for characters like / and |.