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