mirror of
https://github.com/gryf/snipmate.vim.git
synced 2026-08-25 13:11:53 +02:00
b5999ba5cc8f0970cbdb1c795079a9d984646a87
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>
Description
snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim.
419 KiB
Languages
Vim script
100%