On 2010-01-19, Yosi Izaq wrote:
> Hi,
> 
> I have two gvim 7.2 installs on my machine. One for cygwin and another
> for windows. I recently noticed that the windows gvim is actually
> loading the cygwin ~/.vimrc file instead of the Program file/vim/
> _vimrc file.
> How come?

    :help _vimrc

> and how can I fix that?

One way would be to put this at the top of your ~/.vimrc:

    if has("win32")
        source $VIM/_vimrc
        finish
    endif

HTH,
Gary


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

Reply via email to