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 f0a4cba0..279d39ef 100644
--- a/indent/odin.vim
+++ b/indent/odin.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'odin')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'odin', 'indent/odin.vim')
finish
endif