commit | 859ea4bc76699232e41aea0f308463bab887b0c1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 18:05:38 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 18:05:38 2022 +0100 |
tree | ffa64ac28fbeb67cc0c95ac75bd64b7089f24473 | |
parent | 66000ff9af8e3de93825ce7baa0c43727465eca5 [diff] [blame] |
patch 9.0.0610: global interrupt test fails when run under valgrind Problem: Global interrupt test fails when run under valgrind. Solution: Use TermWait().
diff --git a/src/version.c b/src/version.c index d32b926..19a6b5a 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 610, +/**/ 609, /**/ 608,