Roy Fulbright wrote:
> What I want is for gvim to use colorscheme A for normal
> editing and to use colorscheme B for gvimdiff.

Probably this in your vimrc would suffice:

  if has('gui_running')
    colorscheme B
  else
    colorscheme A
  endif

John


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

Reply via email to