diff options
Diffstat (limited to 'ftplugin/denyhosts.vim')
-rw-r--r-- | ftplugin/denyhosts.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/denyhosts.vim b/ftplugin/denyhosts.vim index bda92b12..04ab7760 100644 --- a/ftplugin/denyhosts.vim +++ b/ftplugin/denyhosts.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'denyhosts') +if has_key(g:polyglot_is_disabled, 'denyhosts') finish endif |