summaryrefslogtreecommitdiffstats
path: root/syntax/dot.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/dot.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dot.vim b/syntax/dot.vim
index 95cfde67..2c7226c1 100644
--- a/syntax/dot.vim
+++ b/syntax/dot.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'dot')
+if has_key(g:polyglot_is_disabled, 'dot')
finish
endif