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