summaryrefslogtreecommitdiffstats
path: root/indent/mustache.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/mustache.vim')
-rw-r--r--indent/mustache.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/mustache.vim b/indent/mustache.vim
index a7a0d3c3..5715ef4a 100644
--- a/indent/mustache.vim
+++ b/indent/mustache.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('handlebars', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'handlebars')
finish
endif