From 9f9d948fc8cf15eb775b7bb8a158e6d3c1d6fe69 Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Fri, 10 Apr 2009 14:03:24 -0400 Subject: [PATCH] added check to html_snip_helper.vim --- ftplugin/html_snip_helper.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/html_snip_helper.vim b/ftplugin/html_snip_helper.vim index dd2a8dd..2e54570 100644 --- a/ftplugin/html_snip_helper.vim +++ b/ftplugin/html_snip_helper.vim @@ -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