Hi everyone,

Due to using iSSH instead of VMWare to do programming on my server, I
changed from gVim to vim. However I cannot bear the 16 colors UI so I
tried out several methods to make my vim work in a 256 colored
terminal with shiny colorscheme.

Now it works, but only one thing annoying -- When I changed something
in .vimrc, and use :w to save it, the command " autocmd!
bufwritepost .vimrc source % " will automatically run and then I will
lose my 256 colored scheme and got an ugly UI instead. However, when I
tried commented the line out, and manually use ":w" , ":so %", it
works (but also got the colors a bit changed, but still in 256
colors).

I'm using t_Co=256 and a CSApprox Plugin to make the coloscheme desert
rock. But I don't think the problem is caused by them since it works
manually.

Anyone got same experience before?

Thanks,
Dante

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to