Re: bug with 7.3.981

2013-05-26 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > On 21/05/2013 05:04 a.m., Bram Moolenaar wrote: > > > > Cesar Romani wrote: > > > >> By updating from 7.3.969 to 7.3.981 the following command doesn't work > >> anymore: > >> %s/""/\='"'.matchstr(getline("."), '\d\+\ze<').'"' > >> > >> Let's say I use this command on

Re: bug with 7.3.981

2013-05-25 Fir de Conversatie Cesar Romani
On 21/05/2013 05:04 a.m., Bram Moolenaar wrote: > > Cesar Romani wrote: > >> By updating from 7.3.969 to 7.3.981 the following command doesn't work >> anymore: >> %s/""/\='"'.matchstr(getline("."), '\d\+\ze<').'"' >> >> Let's say I use this command on the following text: >> Table of Contents 5 >>

Re: bug with 7.3.981

2013-05-21 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > By updating from 7.3.969 to 7.3.981 the following command doesn't work > anymore: > %s/""/\='"'.matchstr(getline("."), '\d\+\ze<').'"' > > Let's say I use this command on the following text: > Table of Contents 5 > Acknowledgements 7 > Preface 9 > Introduction to the Second

Re: bug with 7.3.981

2013-05-20 Fir de Conversatie Charles
On Tue, May 21, 2013 at 7:13 AM, Cesar Romani wrote: > By updating from 7.3.969 to 7.3.981 the following command doesn't work > anymore: > %s/""/\='"'.matchstr(getline("."), '\d\+\ze<').'"' > > Let's say I use this command on the following text: > Table of Contents 5 > Acknowledgements 7 > Preface

bug with 7.3.981

2013-05-20 Fir de Conversatie Cesar Romani
By updating from 7.3.969 to 7.3.981 the following command doesn't work anymore: %s/""/\='"'.matchstr(getline("."), '\d\+\ze<').'"' Let's say I use this command on the following text: Table of Contents 5 Acknowledgements 7 Preface 9 Introduction to the Second, Revised Edition 11 Introduction 13