commit | 1f9a028def327bd9bbfef375cb1283cd51e04678 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:22:04 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:22:04 2019 +0100 |
tree | 2a758da9c51dce6b56616b7088828115b5c799fd | |
parent | 08d2e795e72837a015e69894fb8ebd178e4014c9 [diff] [blame] |
patch 8.1.2405: matchadd_conceal test fails under valgrind Problem: matchadd_conceal test fails under valgrind. Solution: Use WaitForAssert() and wait a bit longer.
diff --git a/src/version.c b/src/version.c index 53b9538..89896e5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2405, +/**/ 2404, /**/ 2403,