1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-12 01:14:21 +01:00

Commit Graph

  • 4886920dd7 No multiple snips allowed. master gryf 2020-02-18 19:15:32 +01:00
  • eec7dd9e6c Removed sample snippets. gryf 2020-02-18 19:13:06 +01:00
  • 9d93a221da Update README.markdown Michael Sanders 2016-04-29 23:03:41 -07:00
  • f5a75d075d made plugin-info.txt have double quotes for valid JSON Michael Sanders 2010-04-08 00:47:30 -04:00
  • e2ad9239c9 fixed plugin-info.txt Michael Sanders 2010-04-07 21:01:45 -04:00
  • 9394f8fea9 added some snippets like editor in Xcode marutanm 2010-03-23 00:08:49 +09:00
  • 80f50e9e4b added license Michael Sanders 2010-03-30 21:48:02 -04:00
  • 7b697d4b0f added simple readme Michael Sanders 2010-03-30 21:46:17 -04:00
  • 1693aa37d7 Forgot a do before an end Eustaquio Rangel 2010-03-16 15:16:14 -03:00
  • 9dd2aa42dd Some Java snippets added. I was missing the try construct Eustaquio Rangel 2010-03-05 09:44:26 -03:00
  • 264086c6d4 Removed some extra double quotes on DOCTYPE Eustaquio Rangel 2010-03-01 21:58:58 -03:00
  • 52e478a149 A lot of snippets with multiline blocks included with the suffix 'd' Eustaquio Rangel 2010-02-23 16:19:53 -03:00
  • 490ee18884 You can install snipmate using vim-addon-manager. Details see http://github.com/MarcWeber/vim-addon-manager Marc Weber 2009-12-28 01:30:09 +01:00
  • 14c684ebdd added disclaimer comment by mappings Michael 2010-03-27 17:47:24 -04:00
  • 199e86cac0 Removed extraneous commas. Ben Orenstein 2010-01-13 11:26:59 -05:00
  • b2937829c0 fixed regression in backtick patch (snippets beginning with ` were no longer evaluated). ugly but it works msanders 2010-01-01 06:08:55 -05:00
  • 226f7b41cd removed duplicate document tag msanders 2009-12-31 10:16:27 -05:00
  • 26e93e9195 added support for escaping backticks (issue#74) msanders 2009-12-28 03:31:19 -05:00
  • 9fe9170564 changed perl snippets to match perl preferred practises (issue#72) msanders 2009-12-28 03:14:22 -05:00
  • 1b261234b2 added saner default snippets msanders 2009-12-27 22:07:47 -05:00
  • 656262896f removed convertSnip.py (that isn't really needed anymore) msanders 2009-12-27 22:01:04 -05:00
  • 504fcdf50b added functions for resetting and reloading snippets msanders 2009-12-27 21:52:15 -05:00
  • 63a7255a21 updated copyright snippet Jon Bernard 2009-12-18 22:37:35 +08:00
  • 74d7a0a402 Use /usr/bin/env, it's more portable. Tom Adams 2009-09-09 00:01:54 +08:00
  • 1e17e07802 removed unnecessary semi-colons in js snippet if/if-else Stuart Colville 2009-11-25 23:10:37 +08:00
  • 6ffe172dc6 Added some basic erlang snippets. Elliot Murphy 2009-07-30 11:40:27 +08:00
  • f28bf1de39 fixed typo in C snippets Michael Sanders 2009-08-03 16:44:14 -07:00
  • ac8fd27eb2 documented support for dotted filetype syntax Michael Sanders 2009-07-13 11:33:51 -04:00
  • 1c10d6aa80 added "fori" cpp snippet Michael Sanders 2009-07-13 11:27:10 -04:00
  • af264e857f updated objc snippets Michael Sanders 2009-07-13 11:21:45 -04:00
  • ddd6b8f156 updated C snippets Michael Sanders 2009-07-13 11:21:33 -04:00
  • 9e11b093d4 added support for <shift-tab> to go back a tab stop, and cleaned up the code a bit Michael Sanders 2009-07-12 19:59:04 -04:00
  • c9d9d3a85d fixed bug when switching buffers while on placeholder Michael Sanders 2009-07-12 19:50:44 -04:00
  • 938bbed3f2 fixed annoying default mappings that clash with select mode Michael Sanders 2009-07-12 19:48:54 -04:00
  • a69fcccee5 added mako snippets Michael Sanders 2009-07-11 12:11:57 -04:00
  • 57a88b6612 added zsh snippets Michael Sanders 2009-07-11 12:06:50 -04:00
  • 0875f5ea7b fixed bug with variables at end of lines Michael Sanders 2009-07-11 12:06:23 -04:00
  • 3f8bdec5bc fixed error in snippet highlighting Michael Sanders 2009-06-23 12:41:02 -04:00
  • 08a66dc3f9 fixed bug when leaving snippet to another buffer Michael Sanders 2009-06-23 12:07:53 -04:00
  • ca3d2a44ed Added Tcl snippets Michael Sanders 2009-06-10 21:44:03 -04:00
  • 5a167dd17a added AutoIt snippets Michael Sanders 2009-06-10 21:43:47 -04:00
  • 692f33e3de added lambda python snippet Michael Sanders 2009-06-10 21:43:28 -04:00
  • 0906a1e428 fixed typo in Python snippet Michael Sanders 2009-06-10 21:43:09 -04:00
  • 2b77164b4d added support for nested placeholders (e.g. "${1:foo ${2:baz}}" nested_placeholders Michael Sanders 2009-06-09 16:21:17 -04:00
  • 95e34f42a1 fixed bug when there is over 9 tab stops on the same line Michael Sanders 2009-06-06 13:55:51 -04:00
  • 2fed6ad159 fixed bug with numbers in placeholders, and cleaned up the code a bit Michael Sanders 2009-06-06 13:37:19 -04:00
  • 31d03ef467 fixed bug with <c-r><tab> completion Michael Sanders 2009-06-03 17:50:40 -04:00
  • 9ad20e726f fixed typo in html snippet Michael Sanders 2009-05-25 00:31:22 -04:00
  • 61c4835294 fixed bug with updating tab stops when new lines are inserted Michael Sanders 2009-05-15 12:01:43 -04:00
  • 9c93438ec9 removed trailing whitespace from html snippets Michael Sanders 2009-05-15 10:57:37 -04:00
  • f870b749a0 fixed typo in Ruby snippets Michael Sanders 2009-05-15 10:55:37 -04:00
  • 6228190c5a fixed a typo in bash snippet Michael Sanders 2009-05-14 08:12:37 -04:00
  • a771c129d2 fixed bug with cancelling multi-snippet Michael Sanders 2009-05-12 12:26:58 -04:00
  • ef57082b04 added syntax warning for incorrect snippet files Michael Sanders 2009-05-12 12:23:27 -04:00
  • e0fc4d1d91 fixed typo in perl snippet Michael Sanders 2009-05-11 11:28:35 -04:00
  • 4e61b3af8a fixed some objc snippets Michael Sanders 2009-05-11 00:02:17 -04:00
  • 27e6362cdd fixed "property" Python snippet Michael Sanders 2009-05-08 16:00:46 -04:00
  • fb41ba4a19 fixed typo in documentation Michael Sanders 2009-05-08 15:58:52 -04:00
  • a03b603307 fixed bug with & in snippet placeholders Michael Sanders 2009-05-04 17:03:49 -04:00
  • 991d0442a5 updated documentation w/r/t <c-r><tab> Michael Sanders 2009-05-03 14:57:39 -04:00
  • fdf1f8c029 cleaned up part of <c-r><tab> implementation Michael Sanders 2009-05-03 14:38:53 -04:00
  • ba316ff819 added menu that shows available snippets when <c-r><tab> is pressed Michael Sanders 2009-05-03 12:42:07 -04:00
  • fa6bec47b0 fixed backslashes in Ruby snippets Michael Sanders 2009-05-03 11:25:07 -04:00
  • 80740e95f8 added some more objc snippets Michael Sanders 2009-05-03 11:20:53 -04:00
  • 111916ad47 fixed/added some objc snippets Michael Sanders 2009-04-25 11:34:52 -04:00
  • 6b62642d7a fixed typo in html snippet Michael Sanders 2009-04-23 17:40:04 -04:00
  • b90ecd9ed6 fixed outline order in documentation. Michael Sanders 2009-04-19 21:53:54 -04:00
  • dc4cd34d31 updated documentation with regards to nested snippets Michael Sanders 2009-04-15 16:22:46 -04:00
  • 65ce006bd0 added disclaimer to convertSnip.py Michael Sanders 2009-04-14 18:57:49 -04:00
  • ac45382833 fixed a typo in Obj-C snippets and added another snippet Michael Sanders 2009-04-13 20:50:05 -04:00
  • ea15c7129a fixed a minor detail in s:UpdatePlaceholderTabStops() Michael Sanders 2009-04-11 10:20:51 -04:00
  • 1c2c75c27c got rid of some ugly global variables Michael Sanders 2009-04-11 09:12:38 -04:00
  • 324c1d559e fixed syntax highlighting for tab stops > 9 Michael Sanders 2009-04-11 09:12:26 -04:00
  • 212b6f6048 added support for more than 9 tab stops Michael Sanders 2009-04-11 00:04:45 -04:00
  • 69623ae327 cleaned up, renamed, and fixed a bug with UpdateSnips() (now UpdateVars) Michael Sanders 2009-04-11 00:02:01 -04:00
  • f6267e0b2b added some more vim script snippets Michael Sanders 2009-04-10 15:07:37 -04:00
  • ae337edd40 cleaned up s:Update(TabStops|PlaceholderTabStops|Snip) functions Michael Sanders 2009-04-10 14:56:57 -04:00
  • 9f9d948fc8 added check to html_snip_helper.vim Michael Sanders 2009-04-10 14:03:24 -04:00
  • 78e0294627 updated documentation Michael Sanders 2009-04-06 19:38:05 -04:00
  • ff1dc54cda fixed typo in C++ snippets Michael Sanders 2009-04-06 13:10:52 -04:00
  • d2e3387761 added support for multiple snippet directories Michael Sanders 2009-04-05 16:00:50 -04:00
  • 3b64a6788c fixed bug when extracting filetypes on Windows Michael Sanders 2009-04-05 12:07:02 -04:00
  • 3a86a2beba fixed bug with aliased filetypes (e.g. loading C snippets for Obj-C files) Michael Sanders 2009-04-05 11:47:17 -04:00
  • 81159ab78c fixed bug when updating placeholders on separate lines Michael Sanders 2009-04-05 11:01:03 -04:00
  • c254a3e8c4 cleaned up convertSnip.py to adhere to the PEP 8 style guide Michael Sanders 2009-04-05 10:59:49 -04:00
  • f3777f928f updated Python snippets Michael Sanders 2009-04-05 10:57:48 -04:00
  • 58c76810be updated some C snippets Michael Sanders 2009-04-05 10:57:32 -04:00
  • e0bb30b5f0 added some more objc-c snippets and fixed a typo Michael Sanders 2009-04-03 22:43:17 -04:00
  • 389759cd31 fixed typo in latex snippet Michael Sanders 2009-04-03 22:43:04 -04:00
  • c3327c821d added support for hyphenated global snippets (_-foo) Michael Sanders 2009-03-29 18:03:44 -04:00
  • f8ba98c38b fixed bug with single quotes in snippet triggers Michael Sanders 2009-03-29 18:00:13 -04:00
  • 0f61c6be4f fixed error message when 'fen' is set Michael Sanders 2009-03-29 16:07:40 -04:00
  • d319e8a7ed fixed loading snippets for Windows Michael Sanders 2009-03-29 15:52:34 -04:00
  • efa2ab895b fixed bug with folding in snippets Michael Sanders 2009-03-29 11:45:47 -04:00
  • 0e850ccc1c fixed another bug with supertab Michael Sanders 2009-03-29 11:44:56 -04:00
  • 90077ef529 fixed another aspect of supertab behavior (inserting an actual tab when cursor is on whitespace) Michael Sanders 2009-03-27 13:46:03 -04:00
  • 35fc8dae88 added a cleaner fix for hyphenated *.snippets files Michael Sanders 2009-03-27 13:42:37 -04:00
  • 4f093637f1 fixed bug with hyphened *.snippets files Michael Sanders 2009-03-26 16:20:50 -04:00
  • 418c06ad4a updated documentation with regards to comments in *.snippets files Michael Sanders 2009-03-26 14:07:57 -04:00
  • c82e7a27d1 added old default snippets_dir setting as a fallback Michael Sanders 2009-03-26 13:29:47 -04:00