Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-26 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: > On Sun, Jan 19, 2014 at 9:57 PM, Bram Moolenaar wrote: > > > > > Christian Brabandt wrote: > > > > > On Mi, 15 Jan 2014, Aidan Marlin wrote: > > > > Vim devs, > > > > > > > > I have discovered a bug which affects at least 7.4.135 and (likely) > > 7.3.547. Example fil

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-26 Fir de Conversatie Yukihiro Nakadaira
On Sun, Jan 19, 2014 at 9:57 PM, Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > On Mi, 15 Jan 2014, Aidan Marlin wrote: > > > Vim devs, > > > > > > I have discovered a bug which affects at least 7.4.135 and (likely) > 7.3.547. Example file is available at > https://mega.co.nz/#!ndVjXZT

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-19 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: > On Mi, 15 Jan 2014, Aidan Marlin wrote: > > Vim devs, > > > > I have discovered a bug which affects at least 7.4.135 and (likely) > > 7.3.547. Example file is available at > > https://mega.co.nz/#!ndVjXZTY!aMX_9ll-0ce861tQwNZBaFveb_kONCJxvAT2GZOvzlc > > (1.2MB in s

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-18 Fir de Conversatie Christian Brabandt
On Mi, 15 Jan 2014, Aidan Marlin wrote: > Vim devs, > > I have discovered a bug which affects at least 7.4.135 and (likely) 7.3.547. > Example file is available at > https://mega.co.nz/#!ndVjXZTY!aMX_9ll-0ce861tQwNZBaFveb_kONCJxvAT2GZOvzlc > (1.2MB in size) which will crash vim when attempting

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-17 Fir de Conversatie John Little
On 15/01/14 11:10, Aidan Marlin wrote: > > I have discovered a bug ... > :%s/\n//g > > The file contains 20 000 lines, each line containing 60 characters. > On Friday, January 17, 2014 6:05:29 AM UTC+13, Tony Mechelynck replied: > "Error: not enough memory" may be > acceptable in some circumstanc

Re: vim 7.3(.547) and 7.4(.135) regex bug

2014-01-16 Fir de Conversatie Tony Mechelynck
On 15/01/14 11:10, Aidan Marlin wrote: Vim devs, I have discovered a bug which affects at least 7.4.135 and (likely) 7.3.547. Example file is available at https://mega.co.nz/#!ndVjXZTY!aMX_9ll-0ce861tQwNZBaFveb_kONCJxvAT2GZOvzlc (1.2MB in size) which will crash vim when attempting the followi

vim 7.3(.547) and 7.4(.135) regex bug

2014-01-15 Fir de Conversatie Aidan Marlin
Vim devs, I have discovered a bug which affects at least 7.4.135 and (likely) 7.3.547. Example file is available at https://mega.co.nz/#!ndVjXZTY!aMX_9ll-0ce861tQwNZBaFveb_kONCJxvAT2GZOvzlc (1.2MB in size) which will crash vim when attempting the following regex: :%s/\n//g The file contains