diff --git a/plugin/surround.vim b/plugin/surround.vim index 30f6237..8b882dd 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -557,9 +557,6 @@ if !exists("g:surround_no_mappings") || ! g:surround_no_mappings nmap ySS YSsurround xmap S VSurround xmap gS VgSurround - if maparg('s', 'x') ==# '' - xnoremap s :echoerr 'surround.vim: Visual mode s has been removed in favor of S' - endif if !hasmapto("Isurround","i") && "" == mapcheck("","i") imap Isurround endif