1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-25 07:32:35 +01:00
Commit Graph

146 Commits

Author SHA1 Message Date
msanders
226f7b41cd removed duplicate document tag 2009-12-31 10:16:27 -05:00
msanders
26e93e9195 added support for escaping backticks (issue#74) 2009-12-28 03:31:19 -05:00
msanders
9fe9170564 changed perl snippets to match perl preferred practises (issue#72) 2009-12-28 03:14:22 -05:00
msanders
1b261234b2 added saner default snippets 2009-12-27 22:07:47 -05:00
msanders
656262896f removed convertSnip.py (that isn't really needed anymore) 2009-12-27 22:01:04 -05:00
msanders
504fcdf50b added functions for resetting and reloading snippets 2009-12-27 21:52:15 -05:00
Jon Bernard
63a7255a21 updated copyright snippet
This is the format I most often work with and I prefer it over the
provided format.
2009-12-28 09:46:22 +08:00
Tom Adams
74d7a0a402 Use /usr/bin/env, it's more portable. 2009-12-28 09:45:31 +08:00
Stuart Colville
1e17e07802 removed unnecessary semi-colons in js snippet if/if-else 2009-12-28 09:45:03 +08:00
Elliot Murphy
6ffe172dc6 Added some basic erlang snippets.
Signed-off-by: Michael Sanders <msanders42@gmail.com>
2009-08-04 07:50:55 +08:00
Michael Sanders
f28bf1de39 fixed typo in C snippets 2009-08-03 16:44:14 -07:00
Michael Sanders
ac8fd27eb2 documented support for dotted filetype syntax 2009-07-13 11:33:51 -04:00
Michael Sanders
1c10d6aa80 added "fori" cpp snippet 2009-07-13 11:27:10 -04:00
Michael Sanders
af264e857f updated objc snippets 2009-07-13 11:21:45 -04:00
Michael Sanders
ddd6b8f156 updated C snippets 2009-07-13 11:21:33 -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
c9d9d3a85d fixed bug when switching buffers while on placeholder 2009-07-12 19:50:44 -04:00
Michael Sanders
938bbed3f2 fixed annoying default mappings that clash with select mode 2009-07-12 19:48:54 -04:00
Michael Sanders
a69fcccee5 added mako snippets 2009-07-11 12:11:57 -04:00
Michael Sanders
57a88b6612 added zsh snippets 2009-07-11 12:06:50 -04:00
Michael Sanders
0875f5ea7b fixed bug with variables at end of lines 2009-07-11 12:06:31 -04:00
Michael Sanders
3f8bdec5bc fixed error in snippet highlighting 2009-06-25 13:50:52 -04:00
Michael Sanders
08a66dc3f9 fixed bug when leaving snippet to another buffer 2009-06-23 12:07:53 -04:00
Michael Sanders
ca3d2a44ed Added Tcl snippets 2009-06-23 12:07:07 -04:00
Michael Sanders
5a167dd17a added AutoIt snippets 2009-06-10 21:43:47 -04:00
Michael Sanders
692f33e3de added lambda python snippet 2009-06-10 21:43:28 -04:00
Michael Sanders
0906a1e428 fixed typo in Python snippet 2009-06-10 21:43:09 -04:00
Michael Sanders
95e34f42a1 fixed bug when there is over 9 tab stops on the same line 2009-06-06 13:55:51 -04:00
Michael Sanders
2fed6ad159 fixed bug with numbers in placeholders, and cleaned up the code a bit 2009-06-06 13:37:19 -04:00
Michael Sanders
31d03ef467 fixed bug with <c-r><tab> completion 2009-06-03 17:50:40 -04:00
Michael Sanders
9ad20e726f fixed typo in html snippet 2009-05-25 00:31:22 -04:00
Michael Sanders
61c4835294 fixed bug with updating tab stops when new lines are inserted 2009-05-15 12:01:43 -04:00
Michael Sanders
9c93438ec9 removed trailing whitespace from html snippets 2009-05-15 10:57:37 -04:00
Michael Sanders
f870b749a0 fixed typo in Ruby snippets 2009-05-15 10:55:37 -04:00
Michael Sanders
6228190c5a fixed a typo in bash snippet 2009-05-14 08:12:37 -04:00
Michael Sanders
a771c129d2 fixed bug with cancelling multi-snippet 2009-05-12 12:26:58 -04:00
Michael Sanders
ef57082b04 added syntax warning for incorrect snippet files 2009-05-12 12:23:27 -04:00
Michael Sanders
e0fc4d1d91 fixed typo in perl snippet 2009-05-11 11:28:35 -04:00
Michael Sanders
4e61b3af8a fixed some objc snippets 2009-05-11 00:02:17 -04:00
Michael Sanders
27e6362cdd fixed "property" Python snippet 2009-05-08 16:00:46 -04:00
Michael Sanders
fb41ba4a19 fixed typo in documentation 2009-05-08 15:58:52 -04:00
Michael Sanders
a03b603307 fixed bug with & in snippet placeholders 2009-05-04 17:03:49 -04:00
Michael Sanders
991d0442a5 updated documentation w/r/t <c-r><tab> 2009-05-03 14:57:39 -04:00
Michael Sanders
fdf1f8c029 cleaned up part of <c-r><tab> implementation 2009-05-03 14:38:53 -04:00
Michael Sanders
ba316ff819 added menu that shows available snippets when <c-r><tab> is pressed 2009-05-03 12:42:07 -04:00
Michael Sanders
fa6bec47b0 fixed backslashes in Ruby snippets 2009-05-03 11:25:07 -04:00
Michael Sanders
80740e95f8 added some more objc snippets 2009-05-03 11:20:53 -04:00
Michael Sanders
111916ad47 fixed/added some objc snippets 2009-04-25 11:34:52 -04:00
Michael Sanders
6b62642d7a fixed typo in html snippet 2009-04-23 17:40:08 -04:00
Michael Sanders
b90ecd9ed6 fixed outline order in documentation. 2009-04-19 21:53:54 -04:00