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