commit | 7c0fb800302c3bdd2dfa5ba10d0caa806e9500f6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 20:26:53 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 14 20:26:53 2021 +0000 |
tree | 2b98042131f7ded4179c6e9f32f05cbcc30e5f65 | |
parent | b334137acffd7a2b2ab8524e54d4c55ebf4518ea [diff] [blame] |
patch 8.2.3811: the opfunc error test fails on a slow machine Problem: The opfunc error test fails on a slow machine. Solution: Use WaitForAssert().
diff --git a/src/version.c b/src/version.c index 6ce7173..581fcd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3811, +/**/ 3810, /**/ 3809,