1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-13 01:54:11 +01:00

Commit Graph

  • 40c44b5c64 fixed a couple typos and disable the old snippet commands Michael Sanders 2009-03-26 13:24:06 -04:00
  • 4e06ee1aa4 disabled loading snippets for help files Michael Sanders 2009-03-26 13:23:35 -04:00
  • 875ced1101 added support for automatic loading of snippets in hyphened files & directories Michael Sanders 2009-03-26 01:05:12 -04:00
  • 238e937500 added a cleaner fix for supertab Michael Sanders 2009-03-26 00:21:04 -04:00
  • 80add0f93b fixed placeholder bug when hitting <tab> after using the completion menu Michael Sanders 2009-03-26 00:19:10 -04:00
  • 566ca0f962 moved some parts of snipmate to autoload Michael Sanders 2009-03-25 22:09:41 -04:00
  • 709fc64b29 temporarily removed nested snippets while I sort out the bugs Michael Sanders 2009-03-25 21:14:23 -04:00
  • 5a461cfb63 fixed bug when cancelling a snippet with multiple matches nested_snips Michael Sanders 2009-03-25 16:32:39 -04:00
  • 75b87b7473 made sure g:snippets_dir is always an absolute path Michael Sanders 2009-03-25 02:32:16 -04:00
  • 319292a669 fixed behavior with popup menu when supertab.vim is installed Michael Sanders 2009-03-24 15:11:40 -04:00
  • 1e8fe57222 made it so ResetSnippets() resets g:did_ft as well Michael Sanders 2009-03-24 14:20:52 -04:00
  • 84321bbe17 fixed behavior when pressing <tab> when outside of a snippet & the popup menu is open Michael Sanders 2009-03-24 14:15:26 -04:00
  • 7372923fda fixed bug with incorrect path to snippets Michael Sanders 2009-03-23 13:04:09 -04:00
  • 99653dc5d5 updated documentation Michael Sanders 2009-03-23 10:40:52 -04:00
  • 0f4ab5a2fb added html helper function for closing tags Michael Sanders 2009-03-23 10:12:09 -04:00
  • d78fb50bde made convertSnip.py a bit easier to read by using raw strings Michael Sanders 2009-03-23 01:29:56 -04:00
  • aa854cb971 accidentally made snippet file for *.snippet(s) snippets.snippet instead of snippet.snippet Michael Sanders 2009-03-22 22:47:44 -04:00
  • bd729bb2a3 fixed typo in convertSnip.py Michael Sanders 2009-03-22 22:44:54 -04:00
  • 18bcca6a42 added syntax coloring for *.snippet(s) files Michael Sanders 2009-03-22 22:43:17 -04:00
  • 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. Michael Sanders 2009-03-22 22:35:03 -04:00
  • 1c12d12862 made GetSnippets() a public function Michael Sanders 2009-03-22 21:41:55 -04:00
  • 899fe4f5ce now using finddir() to find snippet directory Michael Sanders 2009-03-22 21:10:25 -04:00
  • a9ae5af003 removed the slash variable since it's not used anymore Michael Sanders 2009-03-22 21:09:15 -04:00
  • 7e543f8f34 replaced regexes in ExtractSnips() and s:ProcessFile() with a simple fnamemodify() Michael Sanders 2009-03-22 20:41:12 -04:00
  • bf7cfb1d1f fixed bug with special characters in placeholders Michael Sanders 2009-03-22 19:35:50 -04:00
  • a3e3958d30 fixed bug with special characters in snippet triggers Michael Sanders 2009-03-22 19:17:42 -04:00
  • b905e94673 fixed arguments for GetSnippet() Michael Sanders 2009-03-19 19:15:24 -04:00
  • 4a63cf2adc fixed a typo in the renames Reza Jelveh 2009-03-20 06:50:43 +08:00
  • 0180a85088 added support for the 'shellslash' option on Windows Michael Sanders 2009-03-15 18:53:54 -04:00
  • 5527548d63 added support for buffer-only snippets Michael Sanders 2009-03-15 18:52:29 -04:00
  • 150a65594b removed s:Hash() since there's no need for it in Dictionaries Michael Sanders 2009-03-15 15:47:41 -04:00
  • 3a64f6a024 fixed a typo in vim snippets Michael Sanders 2009-03-14 21:24:27 -04:00
  • 713699c58a added fix for bug with variables inside placeholders Michael Sanders 2009-03-14 21:24:11 -04:00
  • c265dcb96e fixed bug with file-based snippets Michael Sanders 2009-03-08 21:52:11 -04:00
  • 562d78749d updated documentation Michael Sanders 2009-03-08 21:50:38 -04:00
  • 6c978f274d refactored again; s:BuildTabStops() may actually be somewhat comprehensible now Michael Sanders 2009-03-03 21:21:54 -05:00
  • 392226a847 added automatic setting of g:snippet_filetype to the 'guard' snippet Michael Sanders 2009-03-02 22:28:16 -05:00
  • 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" Michael Sanders 2009-03-02 21:38:07 -05:00
  • 4ec62447c8 rewrote and updated some of the documentation Michael Sanders 2009-03-02 20:43:16 -05:00
  • e18b44e640 fixed some bugs with expanding nested snippets Michael Sanders 2009-03-02 18:46:07 -05:00
  • 6fa780f53e fixed typo that prevented file-based snippets from being loaded in Windows Michael Sanders 2009-03-02 13:33:50 -05:00
  • b63e39d8ed cleaned up code dealing with triggers for dotted file types Michael Sanders 2009-03-01 21:48:48 -05:00
  • a8109fa38f fixed objc/cpp command-based snippets Michael Sanders 2009-03-01 19:24:43 -05:00
  • dd8b39a9b5 fixed typo in check for file-based snippets Michael Sanders 2009-03-01 17:24:38 -05:00
  • 6c08f9358d fixed bug with dotted filetypes in file-based snippets Michael Sanders 2009-03-01 17:20:29 -05:00
  • 3e7d478b91 fixed bug with dotted filetypes Michael Sanders 2009-03-01 17:11:13 -05:00
  • 8f31a3b9bf added fix for more special characters (., ^, and $) in snippet triggers Michael Sanders 2009-03-01 16:40:36 -05:00
  • f6a9e90da6 fixed another bug when expanding a nested snippet in a placeholder (one more to go Michael Sanders 2009-02-28 21:44:40 -05:00
  • 644556ff42 fixed a typo in the check for global file-based snippets Michael Sanders 2009-02-28 19:12:49 -05:00
  • 28689f37fc updated documentation with regard to file-based snippets (still needs some work) Michael Sanders 2009-02-28 17:07:51 -05:00
  • 892b4a90fb fixed bug with updating tab stops after a nested snippet is inserted Michael Sanders 2009-02-28 16:52:33 -05:00
  • b5999ba5cc bugfix: dont source file based snippets more than once Martin Grenfell 2009-02-27 18:03:58 +08:00
  • dd4836d2b2 fixed a bug with file-based snippets Michael Sanders 2009-02-26 20:41:56 -05:00
  • 2e150f015c added back snip, snipp, gsnip, gsnipp, and vim snippets Michael Sanders 2009-02-26 20:30:59 -05:00
  • 74c848ecc4 changed all "en"s to "endifs" to hopefully make the script a bit more readable... Michael Sanders 2009-02-26 18:28:33 -05:00
  • 2e5caabf53 fixed some bugs, and added support for nested snippets (!) Michael Sanders 2009-02-26 18:22:05 -05:00
  • 8db937bb3b fixed a bug when expanding snippets Michael Sanders 2009-02-25 17:50:59 -05:00
  • 979da19541 some more refactoring Michael Sanders 2009-02-25 16:24:45 -05:00
  • 1d7f242ce5 some more refactoring Michael Sanders 2009-02-25 16:22:04 -05:00
  • 48b5d02a89 significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers. Michael Sanders 2009-02-25 15:02:34 -05:00
  • 465abbe37e significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers Michael 2009-02-25 14:08:30 -05:00
  • 9707a70f85 Version 0.61803399 (first commit) Michael 2009-02-16 21:11:41 -05:00
  • 2a9c9acd97 first commit Michael 2009-02-16 10:30:11 -05:00