Re: Patch 8.1.0261

2018-08-10 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Fri, Aug 10, 2018 at 7:45 AM, Bram Moolenaar wrote: > > Yegappan wrote: > >> On Thu, Aug 9, 2018 at 12:52 PM, Bram Moolenaar wrote: >> > >> > Patch 8.1.0261 >> > Problem:Coverity complains about a negative array index. >> > Solution: When qf_id2nr() cannot find the list then

Re: Uganda visit report

2018-08-10 Fir de Conversatie Tony Mechelynck
On Fri, Aug 10, 2018 at 4:45 PM, Bram Moolenaar wrote: > > Hello Vimmers, > > I have visited Vim's charity project in June. I finally had time to > finish writing my report and organise the pictures. You can find it > here: http://www.iccf.nl/news.html > > It has links to the photo album and a

Patch 8.1.0266

2018-08-10 Fir de Conversatie Bram Moolenaar
Patch 8.1.0266 Problem:Parsing Ex address range is not a separate function. Solution: Refactor do_one_cmd() to separate address parsing. Files: src/ex_docmd.c, src/proto/ex_docmd.pro *** ../vim-8.1.0265/src/ex_docmd.c 2018-08-07 22:30:26.670240840 +0200 --- src/ex_docmd.c

Patch 8.1.0265

2018-08-10 Fir de Conversatie Bram Moolenaar
Patch 8.1.0265 Problem:The getcmdline() function is way too big. Solution: Factor out the incremental search highlighting. Files: src/ex_getln.c *** ../vim-8.1.0264/src/ex_getln.c 2018-08-01 19:05:59.286223185 +0200 --- src/ex_getln.c 2018-08-10 22:05:38.646652603 +0200

Uganda visit report

2018-08-10 Fir de Conversatie Bram Moolenaar
Hello Vimmers, I have visited Vim's charity project in June. I finally had time to finish writing my report and organise the pictures. You can find it here: http://www.iccf.nl/news.html It has links to the photo album and a short video. -- hundred-and-one symptoms of being an internet

Re: Patch 8.1.0261

2018-08-10 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Thu, Aug 9, 2018 at 12:52 PM, Bram Moolenaar wrote: > > > > Patch 8.1.0261 > > Problem:Coverity complains about a negative array index. > > Solution: When qf_id2nr() cannot find the list then don't set qf_curlist. > > Files: src/quickfix.c > > > > > > ***