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