1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-21 13:28:05 +01:00
Commit Graph

159 Commits

Author SHA1 Message Date
Michael Sanders
f5a75d075d made plugin-info.txt have double quotes for valid JSON 2010-04-08 01:01:44 -04:00
Michael Sanders
e2ad9239c9 fixed plugin-info.txt 2010-04-08 01:01:44 -04:00
marutanm
9394f8fea9 added some snippets like editor in Xcode
based on Apple's document Xcode Workspace Guide
(http://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/XcodeWorkspace/100-The_Text_Editor/text_editor.html#//apple_ref/doc/uid/TP40002679-SW35)

Signed-off-by: Michael Sanders <msanders42@gmail.com>
2010-04-08 01:01:44 -04:00
Michael Sanders
80f50e9e4b added license 2010-04-08 01:01:44 -04:00
Michael Sanders
7b697d4b0f added simple readme 2010-04-08 01:01:40 -04:00
Eustaquio Rangel
1693aa37d7 Forgot a do before an end 2010-04-07 21:03:29 -04:00
Eustaquio Rangel
9dd2aa42dd Some Java snippets added. I was missing the try construct 2010-04-07 21:03:29 -04:00
Eustaquio Rangel
264086c6d4 Removed some extra double quotes on DOCTYPE 2010-04-07 21:03:29 -04:00
Eustaquio Rangel
52e478a149 A lot of snippets with multiline blocks included with the suffix 'd' 2010-04-07 21:03:29 -04:00
Marc Weber
490ee18884 You can install snipmate using vim-addon-manager. Details see
http://github.com/MarcWeber/vim-addon-manager
2010-04-07 21:03:20 -04:00
Michael
14c684ebdd added disclaimer comment by mappings 2010-03-27 17:47:24 -04:00
Ben Orenstein
199e86cac0 Removed extraneous commas. 2010-01-13 11:26:59 -05:00
msanders
b2937829c0 fixed regression in backtick patch (snippets beginning with ` were no longer evaluated). ugly but it works 2010-01-01 06:08:55 -05:00
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