wrong highliting in terminal on git-commit message

2008-12-01 Thread snitko
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? --~--~-~--~~~---~--

Re: wrong highliting in terminal on git-commit message

2008-12-01 Thread Simon Ruderich
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. H

Re: wrong highliting in terminal on git-commit message

2008-12-01 Thread Matt Wozniski
On Mon, Dec 1, 2008 at 11:15 AM, Simon Ruderich wrote: > 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 in

Re: wrong highliting in terminal on git-commit message

2008-12-01 Thread snitko
> 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 Great, thank you. Btw, since when second line in git should be empty? I thought lon

Re: wrong highliting in terminal on git-commit message

2008-12-01 Thread Matt Wozniski
On Mon, Dec 1, 2008 at 6:48 PM, snitko wrote: > > Great, thank you. Btw, since when second line in git should be empty? See man git-commit DISCUSSION Though not required, it´s a good idea to begin the commit message with a single short (less than 50 character) line summarizing the c

Re: wrong highliting in terminal on git-commit message

2008-12-01 Thread Teemu Likonen
Matt Wozniski (2008-12-01 20:10 -0500) wrote: > On Mon, Dec 1, 2008 at 6:48 PM, snitko wrote: >> Great, thank you. Btw, since when second line in git should be empty? This may not be a "should" statement but in the git.git repository Linus Torvalds had this practice since the day one (2005-04-07

Re: wrong highliting in terminal on git-commit message

2008-12-02 Thread Simon Ruderich
On Mon, Dec 01, 2008 at 01:04:12PM -0500, Matt Wozniski wrote: > Or, much nicer, adding > > hi def link gitcommitSummary Normal > hi def link gitcommitBlank Normal > > to your ~/.vimrc - same effect, but the changes won't be reverted next > time gitcommit.vim is upgraded. > > ~Matt That is much be

Re: wrong highliting in terminal on git-commit message

2008-12-02 Thread Tony Mechelynck
On 01/12/08 19:04, Matt Wozniski wrote: > On Mon, Dec 1, 2008 at 11:15 AM, Simon Ruderich wrote: >> 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

Re: wrong highliting in terminal on git-commit message

2008-12-02 Thread Matt Wozniski
On Tue, Dec 2, 2008 at 8:17 PM, Tony Mechelynck wrote: > On 01/12/08 19:04, Matt Wozniski wrote: >> On Mon, Dec 1, 2008 at 11:15 AM, Simon Ruderich wrote: >>> If you want to changes this, remove these lines from gitcommit.vim (my >>> version >>> is from 2008 Apr 09). >>> >>> hi def link gitco