Skip to content

UltiSnips 3.2

Latest
Compare
Choose a tag to compare
@SirVer SirVer released this 05 Nov 08:55
· 94 commits to master since this release
  • 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