diff options
Diffstat (limited to 'syntax/dcov.vim')
-rw-r--r-- | syntax/dcov.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/dcov.vim b/syntax/dcov.vim index b7733fdd..14b99882 100644 --- a/syntax/dcov.vim +++ b/syntax/dcov.vim @@ -1,4 +1,4 @@ -if !has_key(g:polyglot_is_disabled, 'dlang') +if has_key(g:polyglot_is_disabled, 'dlang') finish endif |