On Sun 20-Jul-08 12:07pm -0600, Jan Minář wrote: > > On Sun, Jul 20, 2008 at 3:40 AM, Bill McCarthy <[EMAIL PROTECTED]> wrote: >> I just patched vimtutor.bat for Windows. Running >> vimtutor.bat on WinXP essentially does: >> >> SET TUTORCOPY= >> start "dummy" /b /w gvim -u NONE -c "runtime tutor/tutor.vim" >> GOTO end >> >> ... >> The third line is simply wrong. The "GOTO end" means to >> branch to an ":end" label - you patch that away.
> http://www.rdancer.org/vimtutor.patch The patch at that URL works much better. However, as I noted above, you have deleted the "end" label. This causes the batch file to generate an error message: The system cannot find the batch label specified - end You NEED an "end" label in your modified vimtutor.bat. -- Best regards, Bill --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
