2008/11/25 Hua Yanghao <[EMAIL PROTECTED]>:
> Hello,
>
> The same color scheme for GUI vim & console vim looks quite different, and I
> found different color scheme best suited for each of them. Is it possible to
> set different color scheme for GUI and Console VIM?

Just put a different colorscheme line in .vimrc and .gvimrc.
Alternatively, you can do if has("gui_running") in .vimrc, but this
will cause problems if you are ever in console vim and enter :gui
(assuming your console vim has GUI support).

Al

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to