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
d2e3387761
added support for multiple snippet directories
2009-04-05 16:00:50 -04:00
Michael Sanders
c3327c821d
added support for hyphenated global snippets (_-foo)
2009-03-29 18:04:01 -04:00
Michael Sanders
4e06ee1aa4
disabled loading snippets for help files
2009-03-26 13:23:35 -04:00
Michael Sanders
566ca0f962
moved some parts of snipmate to autoload
2009-03-25 22:09:41 -04:00
Michael Sanders
75b87b7473
made sure g:snippets_dir is always an absolute path
2009-03-25 02:32:16 -04:00
Michael Sanders
1e8fe57222
made it so ResetSnippets() resets g:did_ft as well
2009-03-24 14:20:52 -04:00
Michael Sanders
7372923fda
fixed bug with incorrect path to snippets
2009-03-23 13:04:09 -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
1c12d12862
made GetSnippets() a public function
2009-03-22 21:41:55 -04:00
Michael Sanders
899fe4f5ce
now using finddir() to find snippet directory
2009-03-22 21:10:25 -04:00
Michael Sanders
6c978f274d
refactored again; s:BuildTabStops() may actually be somewhat comprehensible now
2009-03-03 21:21:54 -05:00
Michael Sanders
6fa780f53e
fixed typo that prevented file-based snippets from being loaded in Windows
2009-03-02 13:33:50 -05:00
Michael Sanders
a8109fa38f
fixed objc/cpp command-based snippets
2009-03-01 19:24:43 -05:00
Michael Sanders
dd8b39a9b5
fixed typo in check for file-based snippets
2009-03-01 17:24:38 -05:00
Michael Sanders
6c08f9358d
fixed bug with dotted filetypes in file-based snippets
2009-03-01 17:20:29 -05:00
Michael Sanders
3e7d478b91
fixed bug with dotted filetypes
2009-03-01 17:11:13 -05:00
Michael Sanders
644556ff42
fixed a typo in the check for global file-based snippets
2009-02-28 19:12:49 -05:00
Michael Sanders
892b4a90fb
fixed bug with updating tab stops after a nested snippet is inserted
2009-02-28 16:52:33 -05:00
Martin Grenfell
b5999ba5cc
bugfix: dont source file based snippets more than once
...
Set the s:did_<filetype> flag after reading in
file based snippets. This prevents snippets getting read in more than
once.
Move the code that checks for file based snippets out of
after/plugin/snipMate.vim and into plugin/snipMate.vim. Refactor this
code into functions for readability.
Signed-off-by: meese <msanders42@gmail.com >
2009-03-01 05:44:07 +08:00
Michael Sanders
2e5caabf53
fixed some bugs, and added support for nested snippets (!)
2009-02-26 18:24:13 -05:00
Michael Sanders
1d7f242ce5
some more refactoring
2009-02-25 16:22:04 -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