Christian Brabandt wrote: > I noticed an unexpected break of test62 (in the catch E474 part). > This patch fixes it for me: > > diff --git a/src/testdir/test62.in b/src/testdir/test62.in > --- a/src/testdir/test62.in > +++ b/src/testdir/test62.in > @@ -2,6 +2,7 @@ Tests for tab pages > > STARTTEST > :so small.vim > +:lang C > :" Simple test for opening and closing a tab page > :tabnew > :let nr = tabpagenr() > > For some reason, E474 isn't mentioned in my error message: > > Fehler beim Ausführen von "": > Ungültiges Argument
OK. Maybe there is another solution, but if this works then let's use it. -- Bare feet magnetize sharp metal objects so they point upward from the floor -- especially in the dark. /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
