Re: Trying to use GetLatestVimScripts on Mac OS X

2006-05-30 Thread Benjamin Esham

On May 30, 2006, at 9:16 PM, Peter Hodge wrote:

Just discovered GetLatestVimScripts command, but it doesn't work on  
my Mac
because I don't have the 'wget' tool.  Does anyone know where I  
could get it

from?


IIRC GetLatest can be made to work with curl, which is included by  
default with
Mac OS X.  Poke around in the .vim file and you should see some user- 
configurable
options… the command and the command-line parameters should be  
explained there.
Just change these to point to curl… you may also have to change the  
parameters to

match those of curl instead of wget.

HTH,
--
Benjamin D. Esham
[EMAIL PROTECTED]  |  AIM: bdesham128  |  Jabber: same as e-mail
Esperanto, the international language  ☆  http://www.lernu.net




PGP.sig
Description: This is a digitally signed message part


Re: Trying to use GetLatestVimScripts on Mac OS X

2006-05-30 Thread Ricky Zhou

On 5/30/06, Peter Hodge <[EMAIL PROTECTED]> wrote:

Just discovered GetLatestVimScripts command, but it doesn't work on my Mac
because I don't have the 'wget' tool.  Does anyone know where I could get it
from?

You should be able to install it via fink (fink.sf.net)

Ricky


Re: Trying to use GetLatestVimScripts on Mac OS X

2006-05-30 Thread drchip
Quoting Peter Hodge <[EMAIL PROTECTED]>:
> Just discovered GetLatestVimScripts command, but it doesn't work on my Mac
> because I don't have the 'wget' tool.  Does anyone know where I could get it
> from?

Wget just "comes" with Linux; however, doing a Google search for "wget source"
yields:

http://www.gnu.org/software/wget/

I have no idea if it compiles ok with Mac OS/x, so best wishes!

Regards,
Chip Campbell