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