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