diff options
Diffstat (limited to 'indent/mustache.vim')
-rw-r--r-- | indent/mustache.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/mustache.vim b/indent/mustache.vim index 242a2170..bdf4d04d 100644 --- a/indent/mustache.vim +++ b/indent/mustache.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'handlebars') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'handlebars', 'indent/mustache.vim') finish endif |