diff options
Diffstat (limited to 'compiler/mix.vim')
-rw-r--r-- | compiler/mix.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/mix.vim b/compiler/mix.vim index 0563f8ee..cb7902ee 100644 --- a/compiler/mix.vim +++ b/compiler/mix.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'elixir') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'elixir', 'compiler/mix.vim') finish endif |