From 0b2c9ff9df8743ebb6a1a54eacf5dec826c2f509 Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 1 Jan 2013 01:44:29 -0500 Subject: [PATCH] surround.vim 2.0 * Fix vs with selection=exclusive. * Remove `unnamedplus' from clipboard in addition to `unnamed'. * Kill vs. * Bump to Vim 7. * Add support for repeating ys commands. * Add support for repeating tags. * Don't save deleted surrounding in unnamed register. * Fix deletion of delimiters on their own lines. --- plugin/surround.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/surround.vim b/plugin/surround.vim index 172b0a2..5ed8f64 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -1,6 +1,6 @@ " surround.vim - Surroundings " Author: Tim Pope -" Version: 1.90 +" Version: 2.0 " GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim if exists("g:loaded_surround") || &cp || v:version < 700