commit | 944eeb44fb6e9d6d28474a1348d27c07873892f9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 18 14:37:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 18 14:37:13 2021 +0100 |
tree | 1ba87b92f8f43d558d1f464a0b8148e30025a89f | |
parent | 375c35a63fdb91e8db2a9965f94d56ae87135fff [diff] [blame] |
patch 8.2.3534: autoread test is a bit flaky Problem: Autoread test is a bit flaky. Solution: Wait a brief moment before overwriting the file.
diff --git a/src/version.c b/src/version.c index b84aef5..6599ae0 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3534, +/**/ 3533, /**/ 3532,