mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
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.
This commit is contained in:
parent
4c9a4e0b34
commit
0b2c9ff9df
|
|
@ -1,6 +1,6 @@
|
|||
" surround.vim - Surroundings
|
||||
" Author: Tim Pope <http://tpo.pe/>
|
||||
" Version: 1.90
|
||||
" Version: 2.0
|
||||
" GetLatestVimScripts: 1697 1 :AutoInstall: surround.vim
|
||||
|
||||
if exists("g:loaded_surround") || &cp || v:version < 700
|
||||
|
|
|
|||
Loading…
Reference in a new issue