summaryrefslogtreecommitdiffstats
path: root/syntax/gitcommit.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-25 21:08:27 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-25 21:08:27 +0100
commit28388008327aacfc48db3c31f415564d93cd983f (patch)
treee493e1b9e6c700a6378311074b3dfab0eb3edb09 /syntax/gitcommit.vim
parentba3fe9e1ae6b2198a152cfa6a357cadc8c04dd14 (diff)
downloadvim-polyglot-28388008327aacfc48db3c31f415564d93cd983f.tar.gz
vim-polyglot-28388008327aacfc48db3c31f415564d93cd983f.zip
Fix conditions, #608
Diffstat (limited to 'syntax/gitcommit.vim')
-rw-r--r--syntax/gitcommit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/gitcommit.vim b/syntax/gitcommit.vim
index 36fb3cda..b0f9c371 100644
--- a/syntax/gitcommit.vim
+++ b/syntax/gitcommit.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'git')
+if has_key(g:polyglot_is_disabled, 'git')
finish
endif