Ken Takata wrote: > 2013/05/24 Fri 5:43:25 UTC+9 Bram Moolenaar wrote: > > Patch 7.3.1008 > > Problem: Test 95 fails on MS-Windows. > > Solution: Set 'nomore'. Change \i to \f. Change multi-byte character to > > something that is not matching \i. (Ken Takata) > > Files: src/testdir/test95.in, src/testdir/test95.ok > > The following hunk is missing: > > diff --git a/src/testdir/test95.in b/src/testdir/test95.in > --- a/src/testdir/test95.in > +++ b/src/testdir/test95.in > @@ -7,7 +7,7 @@ > STARTTEST > :so small.vim > :so mbyte.vim > -:set nocp encoding=utf-8 viminfo+=nviminfo > +:set nocp encoding=utf-8 viminfo+=nviminfo nomore > :" tl is a List of Lists with: > :" regexp pattern > :" text to test the pattern on
Right, I managed to miss that part when fixing the multi-byte issue. It will come later. -- Hacker: Someone skilled in computer programming (good guy). Cracker: A hacker that uses his skills to crack software (bad guy). /// 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/groups/opt_out.
