Re: Patch 7.4.926

2015-11-20 Fir de Conversatie Bram Moolenaar
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 th

Re: Patch 7.4.926

2015-11-20 Fir de Conversatie Christian Brabandt
On Do, 19 Nov 2015, h_east wrote: > Hi Christian! > > 2015-11-20(Fri) 6:37:46 UTC+9 Christian Brabandt: > > 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. I don't c

Re: Patch 7.4.926

2015-11-19 Fir de Conversatie h_east
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 > >

Re: Patch 7.4.926

2015-11-19 Fir de Conversatie 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 > l

Patch 7.4.926

2015-11-19 Fir de Conversatie Bram Moolenaar
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