diff options
Diffstat (limited to 'compiler/tidy.vim')
-rw-r--r-- | compiler/tidy.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/tidy.vim b/compiler/tidy.vim index 0c635fb8..5ebe6e37 100644 --- a/compiler/tidy.vim +++ b/compiler/tidy.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'tidy') +if has_key(g:polyglot_is_disabled, 'tidy') finish endif |