commit | e530395c2cd261d598094dc9ea785e90a753c5f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:05:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 19 17:05:47 2022 +0100 |
tree | 63ae1125e87818c6c3bdba7e349d270f34bcd6ce | |
parent | c5382b667ac4b69ddff5b5bc562386843bc9c07b [diff] [blame] |
patch 8.2.5131: timeout implementation is not optimal Problem: Timeout implementation is not optimal. Solution: Further improvements for timeouts. Add a test for searchpair() timeout. (partly by Paul Ollis)
diff --git a/src/version.c b/src/version.c index 60c1817..b8bc580 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5131, +/**/ 5130, /**/ 5129,