2009-08-16 23:50:00 +02:00
|
|
|
- added support for listing of valid triggers. Defaults to <c-tab>.
|
|
|
|
- added support for option i (inword expansion)
|
2009-08-02 11:57:43 +02:00
|
|
|
- extends keyword is now supported on the first line of snippet files. This makes it easy to
|
|
|
|
define special cases, for example cpp extends c: a cpp trigger is useless
|
|
|
|
in c, but a c trigger is valuable for cpp.
|
2009-07-29 09:49:44 +02:00
|
|
|
- UltiSnips now adheres to expandtab and tabstop options of vim
|
|
|
|
|
2009-07-21 10:33:40 +02:00
|
|
|
version 1.1:
|
2009-07-21 10:21:05 +02: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 16:44:29 +02:00
|
|
|
- Conditional Inserts can now be nested
|
2009-07-18 00:51:19 +02:00
|
|
|
- Added support for b option. This only considers a snippet at the beginning
|
|
|
|
of a line ( *UltiSnips-adding-snippets* )
|
2009-07-18 00:19:11 +02: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* )
|
|
|
|
|