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 6921850a..6381308f 100644
--- a/compiler/exunit.vim
+++ b/compiler/exunit.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'elixir')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'elixir', 'compiler/exunit.vim')
finish
endif