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