setting gitSummary to no color

This commit is contained in:
hosseintoussi 2019-01-26 11:22:08 +01:00
commit 979e41e24d

View file

@ -353,4 +353,5 @@ call <sid>hi('gitcommitSelectedFile', s:cdGreen, {}, 'none', {})
call <sid>hi('gitcommitDiscardedType', s:cdRed, {}, 'none', {})
call <sid>hi('gitcommitDiscardedFile', s:cdRed, {}, 'none', {})
call <sid>hi('gitcommitOverflow', s:cdRed, {}, 'none', {})
call <sid>hi('gitcommitSummary', {}, {}, 'none', {})
call <sid>hi('gitcommitBlank', {}, {}, 'none', {})