mirror of
https://github.com/gryf/snipmate.vim.git
synced 2026-01-27 18:35:52 +01:00
added check to html_snip_helper.vim
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
" Helper function for (x)html snippets
|
" Helper function for (x)html snippets
|
||||||
if exists('s:did_snip_helper') || &cp
|
if exists('s:did_snip_helper') || &cp || !exists('loaded_snips')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let s:did_snip_helper = 1
|
let s:did_snip_helper = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user