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.
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
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
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
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
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
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
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
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.
//
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
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
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
12 matches
Mail list logo