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