Re: syntax higlighting of vim in konsole

2007-02-21 Thread Kamaraju S Kusumanchi
Kamaraju S Kusumanchi wrote: > How can I get xterm's behaviour in konsole as well? I am using Debian Etch > (testing). > :set t_Co=256 inside .vimrc solved the issue. regards raju -- Kamaraju S Kusumanchi http://www.people.cornell.edu/pages/kk288/ http://malayamaarutham.blogspot.com/ -- T

syntax higlighting of vim in konsole

2007-02-21 Thread Kamaraju S Kusumanchi
[EMAIL PROTECTED]:~$ cat .vimrc set bg=dark hls syn on [EMAIL PROTECTED]:~$ cat file.c /* kamaraju * kamaraju * kamaraju */ kamaraju When I search for kamaraju in file.c inside a vim session opened by 1) konsole (with white on black schema) then the highlighted string is shown in brown colo