commit | 688b3983d8b321e0d32dd51914fa474a0988daf6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:47:36 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 21:47:36 2019 +0100 |
tree | 6a505c3a795f22a9ef84a01dd1cb4f4c444bed60 | |
parent | 18442cbcc0d335a8ea6947e94eee9a2ab9552690 [diff] [blame] |
patch 8.1.0913: CI crashes when running out of memory Problem: CI crashes when running out of memory. Solution: Apply 'maxmempattern' also to new regexp engine.
diff --git a/src/version.c b/src/version.c index 343270c..f60b9d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 913, +/**/ 912, /**/ 911,