commit | 5382f12c910b7f8e46acdde5488f26a86f9fcac1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 01:18:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 13 01:18:38 2019 +0100 |
tree | 18f360a12c91c710a0ae45a80b6c65e7f91367e1 | |
parent | e1ed53f3f95786c744d4b6c85bda4f476f67cc91 [diff] [blame] |
patch 8.1.0907: CI tests on AppVeyor are failing Problem: CI tests on AppVeyor are failing. Solution: Reduce the recursiveness limit for regexp.
diff --git a/src/version.c b/src/version.c index 3a71b93..a66e8b6 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 907, +/**/ 906, /**/ 905,