commit | ff3d5377040288539b5a913fa25fa98a661a1f23 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Thu Dec 22 18:30:24 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 22 18:30:24 2022 +0000 |
tree | d0d93e645b1c442ef52fdbb23db3a1bd1d1307da | |
parent | c8b126d70d567269464fd70c54e22fdd78ec50ad [diff] [blame] |
patch 9.0.1087: autocommand test sometimes fails Problem: Autocommand test sometimes fails. Solution: Add a short delay. (James McCoy, closes #11737)
diff --git a/src/version.c b/src/version.c index 58bdee4..bcbc760 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1087, +/**/ 1086, /**/ 1085,