diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-11-05 14:27:36 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-11-05 14:27:36 +0100 |
commit | fda3729a064d6466cec6ac83dd1bfcc437ea4cc9 (patch) | |
tree | 7642145192f29ec2050ac8e9cc890ddc353615af /Filelist | |
parent | 4f7e821f26019c14f4470deb0867c919548d5cd5 (diff) | |
download | vim-git-fda3729a064d6466cec6ac83dd1bfcc437ea4cc9.tar.gz |
updated for version 7.4.497v7.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)
Diffstat (limited to 'Filelist')
-rw-r--r-- | Filelist | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -102,6 +102,9 @@ SRC_ALL = \ src/testdir/pythonx/topmodule/submodule/subsubmodule/subsubsubmodule.py \ src/testdir/python_after/*.py \ src/testdir/python_before/*.py \ + src/testdir/bench*.in \ + src/testdir/bench*.vim \ + src/testdir/samples.*.txt \ src/proto.h \ src/proto/blowfish.pro \ src/proto/buffer.pro \ |