2009-07-21 04:33:40 -04:00
|
|
|
version 1.1:
|
2009-07-21 04:21:05 -04:00
|
|
|
- Made triggers configurable. You can also use the same trigger for
|
|
|
|
expanding and tabbing. The TextMate configuration <tab> and <s-tab> is now
|
|
|
|
possible.
|
2009-07-19 10:44:29 -04:00
|
|
|
- Conditional Inserts can now be nested
|
2009-07-17 18:51:19 -04:00
|
|
|
- Added support for b option. This only considers a snippet at the beginning
|
|
|
|
of a line ( *UltiSnips-adding-snippets* )
|
2009-07-17 18:19:11 -04:00
|
|
|
- Added support for ! option. This overwrites previously defined snippets
|
|
|
|
with the same tab trigger ( *UltiSnips-adding-snippets* )
|
|
|
|
- Support for dotted filetype syntax. Now snippets for more than one filetype
|
|
|
|
can be active ( *UltiSnips-adding-snippets* )
|
|
|
|
|