1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-25 07:32:35 +01:00
Files
snipmate.vim/after
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
..