commit | 9323ca51c2b1522f26907a7b8879067245ebd1be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 11:14:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 11:14:57 2022 +0000 |
tree | 50edcc867075a9eb6f15ddd34755092b91f4c338 | |
parent | 056678184f679c2989b73bd48eda112f3c79a62f [diff] [blame] |
patch 8.2.4577: message test is flaky Problem: Message test is flaky. (Elimar Riesebieter) Solution: Trigger the autocommand event only after startup is finished.
diff --git a/src/version.c b/src/version.c index c447509..ba0058b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4577, +/**/ 4576, /**/ 4575,