From aeb933272e72617f7c4d35e1f003be16836b948d Mon Sep 17 00:00:00 2001 From: Tim Pope Date: Tue, 12 Oct 2021 12:15:51 -0400 Subject: [PATCH] surround.vim 2.2 * Keep HTML attributes when changing tags. * Support as space replacement. * Bug fixes. --- plugin/surround.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/surround.vim b/plugin/surround.vim index 303bd2b..527dc3c 100644 --- a/plugin/surround.vim +++ b/plugin/surround.vim @@ -1,6 +1,6 @@ " surround.vim - Surroundings " Author: Tim Pope -" Version: 2.1 +" Version: 2.2 " GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim if exists("g:loaded_surround") || &cp || v:version < 700