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