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