commit | da292b07afb7ea5ec9f4b43a7326551922e29f3a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 19:27:40 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 08 19:27:40 2020 +0100 |
tree | 864bc30083b91c4de028266b17a9ab383f6df8ee | |
parent | 9db2afe46d3208775d1c3075bbee073a17f8fdc6 [diff] [blame] |
patch 8.2.0102: messages test fails in small version Problem: Messages test fails in small version. Solution: Only use test_null_job() when available.
diff --git a/src/version.c b/src/version.c index ba690bc..a02b198 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 102, +/**/ 101, /**/ 100,