From c9120390d8e51e42faef420f83ef0001a20643f3 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 30 Aug 2011 20:32:08 -0400 Subject: [PATCH] Kill vs in the docs --- doc/surround.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/surround.txt b/doc/surround.txt index 7781011..576d477 100644 --- a/doc/surround.txt +++ b/doc/surround.txt @@ -78,15 +78,6 @@ seems to be no way in Vim Script to differentiate between a jagged end of line selection and a virtual block selected past the end of the line, so two maps were needed). -Additionally, there is a legacy "s" or *vs* mapping which is basically the -same as |vS|. Due to popular demand of wanting to use "s" as Vim does to mean -replacing the selection (also available as "c"), this mapping is going away. -If you were one of these people and would like to disable "s" with the current -release, indicate this to surround.vim by assigning the "s" mapping to -something else. -> - xmap s Vsurround -< *i_CTRL-G_s* *i_CTRL-G_S* Finally, there is an experimental insert mode mapping on s and . Beware that the latter won't work on terminals with flow control (if you