On Mon, Dec 01, 2008 at 04:11:29AM -0800, snitko wrote: > Here's a screenshot: > http://dl.getdropbox.com/u/113891/pics/vim_commit_message.png > The commit message was always highlighted with white color, but > recently it has turned into this weird thing. The color scheme file > hasn't changed. How do I fix this?
If you mean the orange color, this is a recommendation of Git; the short
commit message should only be 50 characters long, the rest is in white so you
know when you are past 50 characters.
The second line should always be empty so it's colored as error. The long
description starts in in the third line.
If you want to changes this, remove these lines from gitcommit.vim (my version
is from 2008 Apr 09).
hi def link gitcommitSummary Keyword
hi def link gitcommitBlank Error
Hope this helps,
Simon
--
+ privacy is necessary
+ using http://gnupg.org
+ public key id: 0x6115F804EFB33229
pgpfGqkzj9u2U.pgp
Description: PGP signature
