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