Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie LCD 47
On 4 June 2013, Bram Moolenaar wrote: > > lcd wrote: > > > On 4 June 2013, Bram Moolenaar wrote: > > > > > > I wrote: > > > > > > > Patch 7.3.1110 > > > > Problem:New regexp matching: Using \@= and the like can be slow.

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Bram Moolenaar
lcd wrote: > On 4 June 2013, Bram Moolenaar wrote: > > > > I wrote: > > > > > Patch 7.3.1110 > > > Problem:New regexp matching: Using \@= and the like can be slow. > > > Solution: Decide whether to first try matching the zero-wdith part

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie LCD 47
On 4 June 2013, Bram Moolenaar wrote: > > I wrote: > > > Patch 7.3.1110 > > Problem:New regexp matching: Using \@= and the like can be slow. > > Solution: Decide whether to first try matching the zero-wdith part or what > > follows, whatever

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie LCD 47
On 4 June 2013, Gary Johnson wrote: > On 2013-06-04, Ron Aaron wrote: > > I understand. > > > > But if you were to do that, you would really also have to update the > > 'vim.org' site which says where the patches are, etc. > > > > I use a script to grab the latests patches: it sees what patchlev

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Gary Johnson
On 2013-06-04, Ron Aaron wrote: > I understand. > > But if you were to do that, you would really also have to update the > 'vim.org' site which says where the patches are, etc. > > I use a script to grab the latests patches: it sees what patchlevel > I'm at, and then scans the ftp site for any la

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Ron Aaron
I understand. But if you were to do that, you would really also have to update the 'vim.org' site which says where the patches are, etc. I use a script to grab the latests patches: it sees what patchlevel I'm at, and then scans the ftp site for any later-numbered patches, downloads and appli

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: > Er, but all the patches up until this last have appeared on the ftp > site. I thought that was the canonical patch place. Recently there was a discussion about git and all its features. It's good to know at least some people just use patches. It's just that sometimes I get

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Ron Aaron
Er, but all the patches up until this last have appeared on the ftp site. I thought that was the canonical patch place. On 06/04/2013 05:26 PM, Bram Moolenaar wrote: Ron Aaron wrote: it doesn't appear yet on the ftp site I thought everybody was using the Mercurial repository. I'll push the

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Bram Moolenaar
Ron Aaron wrote: > it doesn't appear yet on the ftp site I thought everybody was using the Mercurial repository. I'll push the patch to the ftp site as well. -- hundred-and-one symptoms of being an internet addict: 82. AT&T names you Customer of the Month for the third consecutive time. //

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Ron Aaron
it doesn't appear yet on the ftp site -- -- 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 to the

Re: Patch 7.3.1110

2013-06-04 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 7.3.1110 > Problem:New regexp matching: Using \@= and the like can be slow. > Solution: Decide whether to first try matching the zero-wdith part or what > follows, whatever is more likely to fail. > Files:src/regexp_nfa.c This sho

Patch 7.3.1110

2013-06-04 Fir de Conversatie Bram Moolenaar
Patch 7.3.1110 Problem:New regexp matching: Using \@= and the like can be slow. Solution: Decide whether to first try matching the zero-wdith part or what follows, whatever is more likely to fail. Files: src/regexp_nfa.c *** ../vim-7.3.1109/src/regexp_nfa.c2013-06-03