File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ version 3.2 (05-Nov-2019):
2+ - This is the first release done again by @SirVer. And this is also posted
3+ on vim.org again. `¯\_(ツ)_/¯`
4+ - This is the last version to support Python 2.
5+ - Syntax highlighting improvements: a new one for unite & tweaks to others.
6+ - Support for transformations on multiple lines.
7+ - Python interpolation got more powerful, for example tabstops can now be
8+ modified in python interpolation, you can access the last changed
9+ placeholder text and more.
10+ - Support for deoplete.
11+ - Snippet files are no longer watched for changes. This increases
12+ performance, but also means that if you change your snippet files outside
13+ of Vim, UltiSnips will not know about it. You need to run `:call
14+ UltiSnips#RefreshSnippets()` or restart Vim.
15+ - Text objects for selecting snippets in visual mode: iS, aS
16+
117version 3.1 (07-Dec-2015):
218 - This is the last release done by @SirVer. The new maintainer of UltiSnips
319 is @seletskiy. The repository remains https://github.com/SirVer/ultisnips,
You can’t perform that action at this time.
0 commit comments