diff options
Diffstat (limited to 'compiler/credo.vim')
-rw-r--r-- | compiler/credo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/credo.vim b/compiler/credo.vim index e39c6b7c..767452c7 100644 --- a/compiler/credo.vim +++ b/compiler/credo.vim @@ -1,4 +1,4 @@ -if !polyglot#util#IsEnabled('elixir', expand('<sfile>:p')) +if !has_key(g:polyglot_is_disabled, 'elixir') finish endif |