commit | 305abc612330772615638b8a1aa3c51421c7a90b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 28 11:08:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 28 11:08:40 2022 +0100 |
tree | d7462ff6fba74a4f2113233543d3f1f03e5e39ec | |
parent | e6f13b473cf2c270e4eab214e09be9825320c11b [diff] [blame] |
patch 8.2.5036: using two counters for timeout check in NFA engine Problem: Using two counters for timeout check in NFA engine. Solution: Use only one counter. Tune the counts based on guessing.
diff --git a/src/version.c b/src/version.c index 0a09044..ff2ea1a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5036, +/**/ 5035, /**/ 5034,