On Wed, 14 Dec 2005, +02:11:59 EET (UTC +0200), Stefano Zacchiroli <[EMAIL PROTECTED]> pressed some keys:
> tags 250036 + moreinfo > thanks > > Could you please provide more info on this, and in particular a way to > reproduce it? If it is no longer reproducible please state that, so that > we con close this bug report. > > Hearing no news from you in the next weeks I will close it. > > Cheers. In already running GUI and text-based vim run command ":colo koehler" to see, how that theme looks like without my modifications. Then go here: http://iki.fi/juhtolv/configs/vim/ Take that file dot.vim.tar.bz2 . Find that file called juhtolv.vim and put it to ~/.vim/colors/ . Then remove all colorscheme commands from your ~/.vimrc and ~/.gvimrc . Put something like this to the end of your ~/.vimrc : set cmdheight=1 " Set the command line to one line high. set laststatus=2 " Always display a status line at the bottom of window. colo koehler colo juhtolv Save that ~/.vimrc Then start up new vim in GUI-mode. You will see, that only koehler-colorscheme is in effect. Then run this command: :colo juhtolv You will see how my colorscheme modifies colorscheme. Statusline of active window becomes red. And if you run command ":split", you will see, that statusline of inactive window is blue. Folds have light salmon text on midnight blue. After last line of file there is midnight blue background. And so on. Start up new vim in text mode. You will see that juhtolv.vim has changed that colorscheme already. There is no need to run "colo juhtolv". For example statusline of active window is red already. -- Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv "She turns me on. She makes me real. I have to apologize for the way I feel." Nine Inch Nails -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]