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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user