4886920dd7
No multiple snips allowed.
...
I'm trying to keep things simple. From now on, assumption is, that if
someone define a snippet for global or certain filetype, which already
exists in external repository (like in ~/.vim/bundle/…/snippets), it
will be taken first, and the one in bundle path ignored.
This is using the fact, that runtimepath starts from ~/.vimrc, so the
place where the user configuration lies. Whatever user is defined takes
precedence.
2020-02-18 19:15:32 +01:00
Michael Sanders
80f50e9e4b
added license
2010-04-08 01:01:44 -04:00
msanders
226f7b41cd
removed duplicate document tag
2009-12-31 10:16:27 -05:00
msanders
504fcdf50b
added functions for resetting and reloading snippets
2009-12-27 21:52:15 -05:00
Michael Sanders
ac8fd27eb2
documented support for dotted filetype syntax
2009-07-13 11:33:51 -04:00
Michael Sanders
9e11b093d4
added support for <shift-tab> to go back a tab stop, and cleaned up the code a bit
2009-07-12 19:59:04 -04:00
Michael Sanders
fb41ba4a19
fixed typo in documentation
2009-05-08 15:58:52 -04:00
Michael Sanders
991d0442a5
updated documentation w/r/t <c-r><tab>
2009-05-03 14:57:39 -04:00
Michael Sanders
b90ecd9ed6
fixed outline order in documentation.
2009-04-19 21:53:54 -04:00
Michael Sanders
dc4cd34d31
updated documentation with regards to nested snippets
2009-04-15 16:22:46 -04:00
Michael Sanders
78e0294627
updated documentation
2009-04-06 19:38:05 -04:00
Michael Sanders
418c06ad4a
updated documentation with regards to comments in *.snippets files
2009-03-26 14:07:57 -04:00
Michael Sanders
99653dc5d5
updated documentation
2009-03-23 10:40:52 -04:00
Michael Sanders
8764924dfe
Completely replaced command-based snippets with a new, easier to read/maintain syntax. Also added a python script to make it easier to migrate.
2009-03-22 22:35:03 -04:00
Michael Sanders
5527548d63
added support for buffer-only snippets
2009-03-15 18:52:29 -04:00
Michael Sanders
562d78749d
updated documentation
2009-03-08 21:50:38 -04:00
Michael Sanders
3db3319e80
added a default "guard" snippet for checking if a snippet has been loaded more than once, and put cpp snippets in their own file"
2009-03-02 21:38:07 -05:00
Michael Sanders
4ec62447c8
rewrote and updated some of the documentation
2009-03-02 20:43:16 -05:00
Michael Sanders
28689f37fc
updated documentation with regard to file-based snippets (still needs some work)
2009-02-28 17:07:51 -05:00
Michael Sanders
48b5d02a89
significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers.
2009-02-25 15:02:34 -05:00
Michael
9707a70f85
Version 0.61803399 (first commit)
2009-02-16 21:11:41 -05:00