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