summaryrefslogtreecommitdiffstats
path: root/ftplugin/denyhosts.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/denyhosts.vim')
-rw-r--r--ftplugin/denyhosts.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/denyhosts.vim b/ftplugin/denyhosts.vim
index 04ab7760..349bdb21 100644
--- a/ftplugin/denyhosts.vim
+++ b/ftplugin/denyhosts.vim
@@ -1,4 +1,4 @@
-if has_key(g:polyglot_is_disabled, 'denyhosts')
+if polyglot#init#is_disabled(expand('<sfile>:p'), 'denyhosts', 'ftplugin/denyhosts.vim')
finish
endif