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