Gentoo Archives: gentoo-user

From: Dimitris Kavadas <dpkavadas@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] vim broken colours
Date: Tue, 05 Sep 2006 12:41:39
Message-Id: 3743861a0609050534xfb681bnb5eb9b5c7de4bf6f@mail.gmail.com
In Reply to: [gentoo-user] vim broken colours by Jorge Almeida
1 On 9/4/06, Jorge Almeida <jalmeida@××××××××××××.pt> wrote:
2 >
3 > I just upgraded vim a few hours ago to 7.0.17. Now syntax colours are
4 > simply chaotic, to the point that I would be better off with nano or
5 > such (but I'm not that desperate yet). etc-update wanted to update
6 > /etc/vim/vimrc, and I said yes without looking because I knew I didn't
7 > had it personalized. I also finished recompiling everything yesterday,
8 > due to change to gcc-4.1.1, so I can't be sure that the problem is
9 > caused by today's update.
10 > Any suggestion?
11 > --
12 > Jorge Almeida
13 > --
14 > gentoo-user@g.o mailing list
15 >
16 >
17
18 After my upgrade to vim 7 syntax colors changed too.
19 The difference was that it autmatically sets the color scheme
20 used with dark background.
21 So just the following addition to my vimrc fixed my syntax color problem:
22
23 set background=light

Replies

Subject Author
Re: [gentoo-user] vim broken colours Jorge Almeida <jalmeida@××××××××××××.pt>