commit | 6437475ffb421d6ac35572aa779ff24b70c5206b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:22:29 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 03 17:22:29 2021 +0200 |
tree | d9469c414173de104e8c4216e9d33f2ddae85cd0 | |
parent | c48f2dc0be158531511adc3065b52bdd1e64acf7 [diff] [blame] |
patch 8.2.2700: nested autocmd test fails sometimes Problem: Nested autocmd test fails sometimes. Solution: Wait for the job to finish.
diff --git a/src/version.c b/src/version.c index 6e770b2..2c195b9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2700, +/**/ 2699, /**/ 2698,