Hi,
2014/11/5 Wed 22:30:03 UTC+9 Bram Moolenaar wrote:
> Patch 7.4.497
> Problem: With some regexp patterns the NFA engine uses many states and
> becomes very slow. To the user it looks like Vim freezes.
> Solution: When the number of states reaches a limit fall back to the old
> engine. (Christian Brabandt)
> Files: runtime/doc/options.txt, src/Makefile, src/regexp.c,
> src/regexp.h,
> src/regexp_nfa.c, src/testdir/Make_dos.mak,
> src/testdir/Make_ming.mak, src/testdir/Make_os2.mak,
> src/testdir/Makefile, src/testdir/samples/re.freeze.txt,
> src/testdir/bench_re_freeze.in, src/testdir/bench_re_freeze.vim,
> Filelist
I found a small mistake with this patch.
--- a/src/testdir/Make_dos.mak
+++ b/src/testdir/Make_dos.mak
@@ -87,7 +87,7 @@ clean:
-if exist Xfind rd /s /q Xfind
-if exist viminfo del viminfo
-del test.log
- -if exists benchmark.out del benchmark.out
+ -if exist benchmark.out del benchmark.out
.in.out:
-if exist $*.failed del $*.failed
Regards,
Ken Takata
--
--
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 Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.