On 12 January 2012 20:20, Bee wrote:
>
> I found a simple solution that works well for me.
> I would like to request the feature added to MacVim.
>
> I added a conditional to your $VIM/gvimrc
>
> if !exists('default_colors')
>  if !exists("colors_name")
>    " Use the macvim color scheme by default
>    colorscheme macvim
>  endif
> endif
>
> And I added this line to my ~/.vimrc
>
> let default_colors=1
>
> Now MacVim does NOT clobber any of my settings,
> BUT it will default to your setting!

That sounds like a reasonable solution.  I have pushed a patch which
will skip loading the macvim color scheme if you add the line

        let macvim_skip_colorscheme=1

to your ~/.vimrc (note that it will NOT work if you put that in your ~/.gvimrc).

Thanks for the suggestion,
Björn

-- 
You received this message from the "vim_mac" 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