commit | 5ea38d1e7fd597ffde13b292d43e12747f20e97f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:20:48 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 16 21:20:48 2022 +0100 |
tree | 999b0c14e9c516d94b6419693e07e2c4695a2757 | |
parent | c72e31dfcc013ae840cd7f8899f2430b7f6812c9 [diff] [blame] |
patch 8.2.5114: time limit on searchpair() does not work properly Problem: Time limit on searchpair() does not work properly. Solution: Set the time limit once instead of for each regexp. (closes #10562)
diff --git a/src/version.c b/src/version.c index bfa9c5a..3edd318 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5114, +/**/ 5113, /**/ 5112,