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