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

64 Commits

Author SHA1 Message Date
Michael Sanders
28689f37fc updated documentation with regard to file-based snippets (still needs some work) 2009-02-28 17:07:51 -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
dd4836d2b2 fixed a bug with file-based snippets 2009-02-26 20:41:56 -05:00
Michael Sanders
2e150f015c added back snip, snipp, gsnip, gsnipp, and vim snippets 2009-02-26 20:30:59 -05:00
Michael Sanders
74c848ecc4 changed all "en"s to "endifs" to hopefully make the script a bit more readable... 2009-02-26 18:28:33 -05:00
Michael Sanders
2e5caabf53 fixed some bugs, and added support for nested snippets (!) 2009-02-26 18:24:13 -05:00
Michael Sanders
8db937bb3b fixed a bug when expanding snippets 2009-02-25 17:50:59 -05:00
Michael Sanders
979da19541 some more refactoring 2009-02-25 16:24:45 -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
465abbe37e significantly refactored code, and added support for file-based snippets and delimeters before snippet triggers 2009-02-25 14:08:30 -05:00
Michael
9707a70f85 Version 0.61803399 (first commit) 2009-02-16 21:11:41 -05:00
Michael
2a9c9acd97 first commit 2009-02-16 10:30:11 -05:00