Click on the package to download.
| package | script version | date | Vim version | user | release notes |
|---|---|---|---|---|---|
| surround.zip | 2.2 | 2021年10月13日 | 7.0 | Tim Pope | Keep HTML attributes when changing tags.
Support <Space><Space> as space replacement. Bug fixes. |
| surround.zip | 2.1 | 2015年02月08日 | 7.0 | Tim Pope | 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'. |
| surround.zip | 2.0 | 2013年01月01日 | 7.0 | Tim Pope | 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. |
| surround.zip | 1.90 | 2010年03月06日 | 6.0 | Tim Pope | Completely eliminate wonky % mapping in prompts.
Workaround for user remapped d. [Christian Oudard] Introduce vgS and begin phasing out vs. |
| surround.zip | 1.34 | 2008年02月15日 | 6.0 | Tim Pope | One more regression fix.
This is really really planned as the last release with partial Vim 6.0 compatibility (third time's the charm). |
| surround.zip | 1.33 | 2008年02月03日 | 7.0 | Tim Pope | Fixed regressions from previous release.
This is really planned as the last release with partial Vim 6.0 compatibility. |
| surround.zip | 1.30 | 2008年01月27日 | 7.0 | Tim Pope | Fixed edge case where ds could move a multiline inner text down one line.
This is planned as the last release with partial Vim 6.0 compatibility. |
| surround.zip | 1.27 | 2007年10月03日 | 7.0 | Tim Pope | Fixed multiline surrounds in insert mode
|
| surround.vim | 1.26 | 2007年07月31日 | 7.0 | Tim Pope | Added a /* C style comment */ target.
Insert mode indenting limited to multiline insertions. |
| surround.zip | 1.24 | 2007年05月10日 | 7.0 | Tim Pope | surround_indent now works in insert mode.
Added <C-]> to add braces on separate lines. |
| surround.zip | 1.23 | 2007年02月16日 | 7.0 | Tim Pope | xmap rather than vmap, to avoid interfering with select mode.
surround_insert_tail to specify a universal suffix for use in insert mode. |
| surround.zip | 1.22 | 2007年02月11日 | 7.0 | Tim Pope | Function properly when clipboard=unnamed
Very experimental custom prompting for substitution text |
| surround.zip | 1.18 | 2006年11月13日 | 7.0 | Tim Pope | Zip file instead of documentation extraction hack |
| surround.vim | 1.17 | 2006年11月09日 | 6.0 | Tim Pope | Insert mode mapping that doesn't conflict with flow control.
Fixed edge case with ys where one too many characters would be grabbed. |
| surround.vim | 1.16 | 2006年11月05日 | 7.0 | Tim Pope | S in blockwise visual mode strips trailing whitespace. |
| surround.vim | 1.12 | 2006年10月31日 | 7.0 | Tim Pope | Lots of tiny bug fixes and cleanup.
"S" mappings to force surroundings onto a separate line. Support for blockwise visual mode. |
| surround.vim | 1.6 | 2006年10月29日 | 7.0 | Tim Pope | Initial upload |