1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-08 15:14:11 +01: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
Description
snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
334 KiB
Languages
Vim script 100%