Apply comment color to git commit messages

Fix #21
This commit is contained in:
Simon Smith
2016-05-08 17:25:59 +01:00
parent 7871cc03d7
commit e17b448021

View File

@@ -214,7 +214,7 @@ call s:h("diffRemoved", { "fg": s:red })
" | Git Highlighting | " | Git Highlighting |
" +------------------+ " +------------------+
call s:h("gitcommitComment", {}) call s:h("gitcommitComment", { "fg": s:comment_grey })
call s:h("gitcommitUnmerged", { "fg": s:green }) call s:h("gitcommitUnmerged", { "fg": s:green })
call s:h("gitcommitOnBranch", {}) call s:h("gitcommitOnBranch", {})
call s:h("gitcommitBranch", { "fg": s:purple }) call s:h("gitcommitBranch", { "fg": s:purple })