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