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 first line is strange, since tutor/tutor.vim stores its > result there. > > The second line is strange (same as Bram's) because it > flashes Gvim at the user - this should be a Vim batch run. > > The third line is simply wrong. The "GOTO end" means to > branch to an ":end" label - you patch that away. > > More important - you never start the tutor file.
Hi, Bill! You are absolutely right. There was the diff against new version of tutor.vim missing from the patch you're using. I have posted the corrected version to vim-dev in <[EMAIL PROTECTED]>. You can find the correct patch here: http://www.rdancer.org/vimtutor.patch Have a nice Sunday! Jan. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
