Skip to content

Tags: SirVer/ultisnips

Tags

3.2

Toggle 3.2's commit message
Tag version 3.2.

- This is the first release done again by @SirVer. And this is also posted
 on vim.org again. `¯\_(ツ)_/¯`
- This is the last version to support Python 2.
- Syntax highlighting improvements: a new one for unite & tweaks to others.
- Support for transformations on multiple lines.
- Python interpolation got more powerful, for example tabstops can now be
 modified in python interpolation, you can access the last changed
 placeholder text and more.
- Support for deoplete.
- Snippet files are no longer watched for changes. This increases
 performance, but also means that if you change your snippet files outside
 of Vim, UltiSnips will not know about it. You need to run `:call
 UltiSnips#RefreshSnippets()` or restart Vim.
- Text objects for selecting snippets in visual mode: iS, aS

3.1

Toggle 3.1's commit message
Updated release date for 3.1.

3.0

Toggle 3.0's commit message
Update ChangeLog.

2.2

Toggle 2.2's commit message
Updated ChangeLog

2.1

Toggle 2.1's commit message
Updated ChangeLog

2.0

Toggle 2.0's commit message
Some improvements to Syntax highlighting including support for ${VISUAL}

1.6

Toggle 1.6's commit message
Update ChangeLog

1.5

Toggle 1.5's commit message
Updated ChangeLog

1.4

Toggle 1.4's commit message
Updated ChangeLog. Tagged 1.4

1.3

Toggle 1.3's commit message
Fixed a map with select mode unmapping