summaryrefslogtreecommitdiffstats
path: root/compiler/tidy.vim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/tidy.vim')
-rw-r--r--compiler/tidy.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/tidy.vim b/compiler/tidy.vim
index 7f7f12af..0c635fb8 100644
--- a/compiler/tidy.vim
+++ b/compiler/tidy.vim
@@ -1,4 +1,4 @@
-if !polyglot#util#IsEnabled('tidy', expand('<sfile>:p'))
+if !has_key(g:polyglot_is_disabled, 'tidy')
finish
endif