Re: Getting vimscripts

2007-05-22 Thread Robert Hicks
Swaroop C H wrote: Is there a way to use wget or curl to get scripts off the Vim site? Use `wget http://www.vim.org/scripts/download_script.php?src_id=$id -O foo` ? Best, Swaroop Must have been a corrupt file. I removed everything and reinstalled the scripts and all is well. Robert

Re: Getting vimscripts

2007-05-22 Thread drchip
Quoting Robert Hicks [EMAIL PROTECTED]: Is there a way to use wget or curl to get scripts off the Vim site? Sure -- getscript.vim (:GLVS, :GetLatestVimScripts) uses wget if its available, curl otherwise. Getscript comes with vim 7.1, too. If you set up a file called GetLatestVimScripts.dat:

Getting vimscripts

2007-05-21 Thread Robert Hicks
Is there a way to use wget or curl to get scripts off the Vim site? Robert

Re: Getting vimscripts

2007-05-21 Thread Swaroop C H
Is there a way to use wget or curl to get scripts off the Vim site? Use `wget http://www.vim.org/scripts/download_script.php?src_id=$id -O foo` ? Best, Swaroop

Re: Getting vimscripts

2007-05-21 Thread Robert Hicks
Swaroop C H wrote: Is there a way to use wget or curl to get scripts off the Vim site? Use `wget http://www.vim.org/scripts/download_script.php?src_id=$id -O foo` ? Thanks! Robert