commit | 95ffd43f88226599728d15cb1b7b272111ea1266 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 13:29:31 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 23 13:29:31 2020 +0100 |
tree | fdc4fbf5a34c07e47b3e5db80bd005b6594375b4 | |
parent | d28e0b3652067788fcc9c99058b0b6eee7beebee [diff] [blame] |
patch 8.2.0304: terminal test if failing on some systems Problem: Terminal test if failing on some systems. Solution: Wait for the job to finish. (James McCoy)
diff --git a/src/version.c b/src/version.c index 97669c0..ce3702d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 304, +/**/ 303, /**/ 302,