commit | 26bde6e2eb307898ab7ed42bf8e7e2ccde979e02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 21:11:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 26 21:11:58 2020 +0100 |
tree | bb1a3d1d1c499e7b214c28f9a9ced524e28bafc3 | |
parent | 72749f062f15c7147f512bc581695c25ad78fb4e [diff] [blame] |
patch 8.2.0457: Test_quotestar() often fails when run under valgrind Problem: Test_quotestar() often fails when run under valgrind. Solution: Wait longer for the GUI to start.
diff --git a/src/version.c b/src/version.c index 2d29430..4ae2b51 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 457, +/**/ 456, /**/ 455,