Add styling. Fixes #95.

This commit is contained in:
Josh Dick
2017-04-19 21:10:46 -04:00
parent f75c24c3bd
commit 13eb0d70ea
2 changed files with 2 additions and 0 deletions

View File

@@ -494,6 +494,7 @@ call s:h("gitcommitDiscardedFile", { "fg": s:red })
call s:h("gitcommitSelectedFile", { "fg": s:green })
call s:h("gitcommitUnmergedFile", { "fg": s:yellow })
call s:h("gitcommitFile", {})
call s:h("gitcommitSummary", { "fg": s:white })
hi link gitcommitNoBranch gitcommitBranch
hi link gitcommitUntracked gitcommitComment
hi link gitcommitDiscarded gitcommitComment