On Apr 17, 9:01 pm, dwhit <[email protected]> wrote:
> I'm running 'MacVim 7.2 stable 1.2/33.3' and using the mvim shell
> script provided with it. I have it in ~/bin/ with symlinks to it from
> view, vim, gview, and gvim. $ gvim<enter> gets me a new MacVim window
> with a black bg and white text. <Cmd-N> on a running MacVim gets me a
> new MacVim window with a white bg and black text. Why the difference
> and where can I change it to act the same?
>
> Thanks,
> David
Try
:set bg=light
:hi Normal guibg=white guifg=black
:syntax enable
in your gvimrc or in an autocommand for the GUIEnter event. Beware: I
cannot try it myself, because I'm not on a
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---