diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/hostsaccess.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/hostsaccess.vim b/syntax/hostsaccess.vim index 91aa131a..43f45e9a 100644 --- a/syntax/hostsaccess.vim +++ b/syntax/hostsaccess.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'hostsaccess') +if has_key(g:polyglot_is_disabled, 'hostsaccess') finish endif |