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'.
This commit is contained in:
parent
6afb2d90e3
commit
fd75eb2cb2
@ -1,6 +1,6 @@
|
|||||||
" surround.vim - Surroundings
|
" surround.vim - Surroundings
|
||||||
" Author: Tim Pope <http://tpo.pe/>
|
" Author: Tim Pope <http://tpo.pe/>
|
||||||
" Version: 2.0
|
" Version: 2.1
|
||||||
" GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim
|
" GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim
|
||||||
|
|
||||||
if exists("g:loaded_surround") || &cp || v:version < 700
|
if exists("g:loaded_surround") || &cp || v:version < 700
|
||||||
|
Loading…
Reference in New Issue
Block a user