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