1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2026-01-03 12:24:15 +01:00

added check to html_snip_helper.vim

This commit is contained in:
Michael Sanders
2009-04-10 14:03:24 -04:00
parent 78e0294627
commit 9f9d948fc8

View File

@@ -1,5 +1,5 @@
" Helper function for (x)html snippets
if exists('s:did_snip_helper') || &cp
if exists('s:did_snip_helper') || &cp || !exists('loaded_snips')
finish
endif
let s:did_snip_helper = 1