surround.vim 2.2

* Keep HTML attributes when changing tags.
* Support <Space><Space> as space replacement.
* Bug fixes.
This commit is contained in:
Tim Pope
2021-10-12 12:15:51 -04:00
parent f51a26d371
commit aeb933272e

View File

@@ -1,6 +1,6 @@
" surround.vim - Surroundings " surround.vim - Surroundings
" Author: Tim Pope <http://tpo.pe/> " Author: Tim Pope <http://tpo.pe/>
" Version: 2.1 " Version: 2.2
" 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