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