On 05/08/10 07:51, Linda W wrote:
On 7/22/2010 9:54 PM, Marc Weber wrote:
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'

except that this source command wont work. What will work is any of the following:
        source $HOME/.vimrc
or
        source ~/.vimrc       " yes, even on Windows
or
        exec 'source' $HOME . '/.vimrc'


This might be a bearable workaround.

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

Sounds like a good idea...will have to give it a spin...


Best regards,
Tony.
--
One man's theology is another man's belly laugh.

--
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

Reply via email to