diff options
Diffstat (limited to 'ftplugin/mustache.vim')
-rw-r--r-- | ftplugin/mustache.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/mustache.vim b/ftplugin/mustache.vim index 69b53620..a057c092 100644 --- a/ftplugin/mustache.vim +++ b/ftplugin/mustache.vim @@ -1,9 +1,9 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'handlebars') == -1 -if exists('g:loaded_mustache_handlebars') && g:loaded_mustache_handlebars +if exists('b:loaded_mustache_handlebars') finish endif -let g:loaded_mustache_handlebars = 1 +let b:loaded_mustache_handlebars = 1 let s:cpo_save = &cpo set cpo&vim |