Hirohito Higashi wrote: > Hi Christian! > > 2015-11-20(Fri) 6:37:46 UTC+9 Christian Brabandt: > > Hi Bram! > > > > On Do, 19 Nov 2015, Bram Moolenaar wrote: > > > > > > > > Patch 7.4.926 > > > Problem: Completing the longest match doesn't work properly with > > > multi-byte > > > characters. > > > Solution: When using multi-byte characters use another way to find the > > > longest match. (Hirohito Higashi) > > > Files: src/ex_getln.c, src/testdir/test_utf8.in, > > > src/testdir/test_utf8.ok > > > > This breaks appveyor: > > https://ci.appveyor.com/project/chrisbra/vim/build/75 > > Thanks for reporting! > This breaks may be fixed by attached patch. > Please confirm a patch.
Thanks. On Linux the test passes with and without this patch. It doesn't look Windows-specific. I wonder why the test was already passing on Linux? -- An actual excerpt from a classified section of a city newspaper: "Illiterate? Write today for free help!" /// 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.
