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