diff options
Diffstat (limited to 'ftplugin/hostconf.vim')
-rw-r--r-- | ftplugin/hostconf.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/hostconf.vim b/ftplugin/hostconf.vim index 56c67899..a2625b1f 100644 --- a/ftplugin/hostconf.vim +++ b/ftplugin/hostconf.vim @@ -1,4 +1,4 @@ -if has_key(g:polyglot_is_disabled, 'hostconf') +if polyglot#init#is_disabled(expand('<sfile>:p'), 'hostconf', 'ftplugin/hostconf.vim') finish endif |