commit | 3c47e8384de62dd67748454a853677e32ee7842c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:05:31 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:05:31 2019 +0100 |
tree | d834180588a79710ebff35378ca414c87c9c304d | |
parent | 664f3cf3f21d3699bfd179c318ef5c869c085648 [diff] [blame] |
patch 8.1.2403: autocmd test fails under valgrind Problem: Autocmd test fails under valgrind. Solution: Wait a bit longer.
diff --git a/src/version.c b/src/version.c index 8f098f2..f991cfb 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2403, +/**/ 2402, /**/ 2401,