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