commit | a1d2c58985584116d20fa5e132137d8ff1a535f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 18:18:17 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 10 18:18:17 2015 +0100 |
tree | 17c9ade77be20eb64b92acff60b735c03857caaf | |
parent | 168e04966c48b0d7d4726934ed2c39a9a0fec2af [diff] [blame] |
updated for version 7.4.623 Problem: Crash with pattern: \(\)\{80000} (Dominique Pelle) Solution: When the max limit is large fall back to the old engine.
diff --git a/src/version.c b/src/version.c index 4116c72..b52926a 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 623, +/**/ 622, /**/ 621,