I'm having trouble getting the distribution-included GetLatestVimScript to work for me and was wondering if anybody can help me.
Using the example I found in another post (http://groups.google.com/ group/vim_use/browse_thread/thread/b48305702ee6e4cb/67fc4e7d6e20de53? lnk=gst&q=GLVS#67fc4e7d6e20de53) my getlatestvimscripts.dat file contains the following line: ScriptID SourceID Filename -------------------------- 1234 1 YankRing.vim Yet when I execute the command I get: Everything was already current (4 downloading errors) and my dat file is now ScriptID SourceID Filename -------------------------- 1234 1 YankRing.vim 642 1 :AutoInstall: getscript.vim 1075 1 :AutoInstall: netrw.vim 1502 1 :AutoInstall: vimball.vim but YankRimg is not in any directory. It seems that everything is set up correctly, otherwise I would have gotten a different error message. I went poking in the script and found that it goes verbose if you have Decho installed. I've installed Decho package manually and here's my output: begin: checking out-of-date scripts using datafile<C:\Documents and Settings\edward.beach/vimfiles/GetLatest/GetLatestVimScripts.dat> 1234 1 YankRing.vim 120 1 :AutoInstall: Decho.vim 1066 1 :AutoInstall: cecutil.vim curline <1234 1 YankRing.vim > parsepat<^\s*\(\d\+\)\s\+\(\d\+\)\s\+\(.\{-}\)\(\s*#.*\)\=$> scriptid<1234> srcid <1> fname <YankRing.vim > aicmmnt<YankRing.vim >: doautoinstall=0 considering <YankRing.vim > scriptid=1234 srcid=1 try#1 to download description of <YankRing.vim > with addr=http:// vim.sf.net/script.php?script_id=1234 new|exe silent r!wget -q -O 'C:/DOCUME~1/EDWARD~1.BEA/LOCALS~1/ Temp/VIAF2.tmp' 'http://vim.sf.net/script.php?script_id=1234'|bw! try#2 to download description of <YankRing.vim > with addr=http:// vim.sf.net/script.php?script_id=1234 new|exe silent r!wget -q -O 'C:/DOCUME~1/EDWARD~1.BEA/LOCALS~1/ Temp/VIAF2.tmp' 'http://vim.sf.net/script.php?script_id=1234'|bw! try#3 to download description of <YankRing.vim > with addr=http:// vim.sf.net/script.php?script_id=1234 new|exe silent r!wget -q -O 'C:/DOCUME~1/EDWARD~1.BEA/LOCALS~1/ Temp/VIAF2.tmp' 'http://vim.sf.net/script.php?script_id=1234'|bw! --- end downloading tries while loop --- itry=4 ***warning*** couldn't find "Click on the package..." in description page for <YankRing.vim > ... I see some failures and where I get stuck is on a message when trying to reproduce the download command manually: E121: Undefined variable: silent E15: Invalid expression: silent r !wget -q -O "C:/DOCUME~1/ EDWARD~1.BEA/LOCALS~1/Temp/VIBF6.tmp" "http://vim.sf.net/script.php? script_id=1234" And that's about as far as I could get. Can anybody help? --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
