Re: Patch 8.0.1006

2017-09-01 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Thu, Aug 31, 2017 at 11:58 AM, Bram Moolenaar wrote: > > > > Lcd47 wrote: > > > >> On 27 August 2017, Bram Moolenaar wrote: > >> > > >> > Patch 8.0.1006 > >> > Problem:Cannot parse text with '

Re: Patch 8.0.1006

2017-09-01 Fir de Conversatie Justin M. Keyes
On Sep 1, 2017 03:13, "James McCoy" wrote: On Thu, Aug 31, 2017 at 10:36:34PM +0300, LCD 47 wrote: > On 31 August 2017, Yegappan Lakshmanan wrote: > > You can check for a particular patch [has("patch-8.0.1006")]. > [...] > > Yes, but that has its own

Re: Patch 8.0.1006

2017-09-01 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Sep 1, 2017 at 8:37 AM, Yegappan Lakshmanan wrote: > Hi, > > On Thu, Aug 31, 2017 at 11:58 AM, Bram Moolenaar wrote: >> >> Lcd47 wrote: >> >>> On 27 August 2017, Bram Moolenaar wrote: >>> > >>> > Patch 8.0.1006 >>&g

Re: Patch 8.0.1006

2017-09-01 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Aug 31, 2017 at 11:58 AM, Bram Moolenaar wrote: > > Lcd47 wrote: > >> On 27 August 2017, Bram Moolenaar wrote: >> > >> > Patch 8.0.1006 >> > Problem:Cannot parse text with 'erroformat' without changing a quickfix >> >

Re: Patch 8.0.1006

2017-08-31 Fir de Conversatie James McCoy
On Thu, Aug 31, 2017 at 10:36:34PM +0300, LCD 47 wrote: > On 31 August 2017, Yegappan Lakshmanan wrote: > > You can check for a particular patch [has("patch-8.0.1006")]. > [...] > > Yes, but that has its own set of problems, one of the main ones > being that

Re: Patch 8.0.1006

2017-08-31 Fir de Conversatie LCD 47
On 31 August 2017, Yegappan Lakshmanan wrote: > Hi, > > On Thu, Aug 31, 2017 at 9:02 AM, LCD 47 wrote: > > On 27 August 2017, Bram Moolenaar wrote: > >> > >> Patch 8.0.1006 > >> Problem:Cannot parse text with 'erroformat' without chan

Re: Patch 8.0.1006

2017-08-31 Fir de Conversatie Bram Moolenaar
Lcd47 wrote: > On 27 August 2017, Bram Moolenaar wrote: > > > > Patch 8.0.1006 > > Problem:Cannot parse text with 'erroformat' without changing a quickfix > > list. > > Solution: Add the "text" argument to getqflist

Re: Patch 8.0.1006

2017-08-31 Fir de Conversatie Yegappan Lakshmanan
Hi, On Thu, Aug 31, 2017 at 9:02 AM, LCD 47 wrote: > On 27 August 2017, Bram Moolenaar wrote: >> >> Patch 8.0.1006 >> Problem:Cannot parse text with 'erroformat' without changing a quickfix >> list. >> Solution: Add the "tex

Re: Patch 8.0.1006

2017-08-31 Fir de Conversatie LCD 47
On 27 August 2017, Bram Moolenaar wrote: > > Patch 8.0.1006 > Problem:Cannot parse text with 'erroformat' without changing a quickfix > list. > Solution: Add the "text" argument to getqflist(). (Yegappan Lakshmanan) > Files: runtime/d

Patch 8.0.1006

2017-08-27 Fir de Conversatie Bram Moolenaar
Patch 8.0.1006 Problem:Cannot parse text with 'erroformat' without changing a quickfix list. Solution: Add the "text" argument to getqflist(). (Yegappan Lakshmanan) Files: runtime/doc/eval.txt, src/evalfunc.c, src/proto/quickfix.pro, src/qui