From fd75eb2cb2ffe85a457445cb152d5a6c7acda140 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Sun, 8 Feb 2015 13:58:20 -0500 Subject: [PATCH] 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'. --- plugin/surround.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/surround.vim b/plugin/surround.vim index b9ca23a..44fd3c9 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -1,6 +1,6 @@ " surround.vim - Surroundings " Author: Tim Pope -" Version: 2.0 +" Version: 2.1 " GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim if exists("g:loaded_surround") || &cp || v:version < 700