summaryrefslogtreecommitdiffstats
path: root/ftplugin/mustache.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/mustache.vim')
-rw-r--r--ftplugin/mustache.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/mustache.vim b/ftplugin/mustache.vim
index 592ed09d..61b5896d 100644
--- a/ftplugin/mustache.vim
+++ b/ftplugin/mustache.vim
@@ -1,3 +1,8 @@
+if exists('g:loaded_mustache_handlebars') && g:loaded_mustache_handlebars
+ finish
+endif
+let g:loaded_mustache_handlebars = 1
+
let s:cpo_save = &cpo
set cpo&vim