On 8/9/06, Mike Bradley <[EMAIL PROTECTED]> wrote:
> However, you can put it's longer equival;ent 2-liner > into local vimrc: > (1) line to http-get the URL to local file or to the > temp > buffer using either netrw, or using ':!wget -O > file URL' > (2) the line to source the local copy That would work for the .vimrc, but for the .vim, I would get the error stating that VIM can't source a directory, and I don't want to go through and source every file in my .vim folder by hand.
You can do 'wget -r' in the 1st line to pick the whole ~./vim dir locally. Yakov
