Hi Bram, 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 Thanks, Ken Takata -- -- 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.
