Thursday, July 22, 2010

Re: Request for Win Gvim to match *nix re: .vimrc/.gvimrc/.vim

Hi Linda,

Excerpts from Linda W's message of Fri Jul 23 03:49:54 +0200 2010:
> So can it be brought up to conform with the *nix version and look for the
> ".vim{/,rc}" versions, and if they don't exist, then look for the DOS compatible
> file names?
>
As workaround you can source the nix name .vimrc and add .vim to
runtimepath in your _vimrc file:

_vimrc file contents(untested):

" load .nix locations:
set runtimepath+=$HOME.'/.vim'
source $HOME.'/.vimrc'

This might be a bearable workaround.

Then you can copy your files around the way you want.

Marc Weber

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

No comments: