Skip to content

Commit fd75eb2

Browse files
committed
surround.vim 2.1
* Handle arbitrary punctuation delimiters with cs and ds. * Default to automatic indenting. * Provide cS to force surroundings on separate lines. * Support for disabling mappings only for insert mode. * Add repeat.vim support to surround with function. * Work around 'nomagic'.
1 parent 6afb2d9 commit fd75eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/surround.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" surround.vim - Surroundings
22
" Author: Tim Pope <http://tpo.pe/>
3-
" Version: 2.0
3+
" Version: 2.1
44
" GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim
55

66
if exists("g:loaded_surround") || &cp || v:version < 700

0 commit comments

Comments
 (0)