Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-17 Thread Axel Bender
1) Open the attached file "test.txt". 2) set ts=80 3) /\%>80vGesamtausabe Contrary to the behavior in 560 (Windows 7, MinGW64), only the term "Gesamtausgabe" in the second line is marked. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the te

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-17 Thread Axel Bender
Addendum: Typo: Gesamtausabe => Gesamtausgabe -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed t

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-17 Thread John Little
On Sunday, January 18, 2015 at 7:52:46 AM UTC+13, Axel Bender wrote: > 1) Open the attached file "test.txt". > 2) set ts=80 > 3) /\%>80vGesamtausabe > > Contrary to the behavior in 560 (Windows 7, MinGW64), only the term > "Gesamtausgabe" in the second line is marked. I see this in 7.4.580, linu

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-18 Thread Christian Brabandt
Hi Axel! On Sa, 17 Jan 2015, Axel Bender wrote: > 1) Open the attached file "test.txt". > 2) set ts=80 > 3) /\%>80vGesamtausabe I apologize for causing this. Here is a fix (including a test). Best, Christian -- Man braucht nicht geistreich zu sein, um zu beweisen, daß man begabt ist. Aber man

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-18 Thread Bram Moolenaar
Christian Brabandt wrote: > Hi Axel! > > On Sa, 17 Jan 2015, Axel Bender wrote: > > > 1) Open the attached file "test.txt". > > 2) set ts=80 > > 3) /\%>80vGesamtausabe > > I apologize for causing this. > > Here is a fix (including a test). Thanks. It fixes the problem reported, but using vc

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-20 Thread Bram Moolenaar
I wrote: > Christian Brabandt wrote: > > > Hi Axel! > > > > On Sa, 17 Jan 2015, Axel Bender wrote: > > > > > 1) Open the attached file "test.txt". > > > 2) set ts=80 > > > 3) /\%>80vGesamtausabe > > > > I apologize for causing this. > > > > Here is a fix (including a test). > > Thanks. It

Re: Regeression in RE ("\%>")somewhere after 7.4.560

2015-01-21 Thread Christian Brabandt
Hi Bram! On Di, 20 Jan 2015, Bram Moolenaar wrote: > Thinking about this again: It should be OK to store the column and the > computed virtual column. These do not depend on the RE state. When > trying several states at the same position the virtual column will be > computed only once. And whe