commit | ba0a7475c52ea0ba9e083934bd328fbcbfa8d532 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 16:09:06 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 22 16:09:06 2019 +0100 |
tree | ba830746e37547f07efa64c68528eee1f77f225b | |
parent | 64e74c9cc7d5aab215cf72d9bdd3aac32e128191 [diff] [blame] |
patch 8.2.0031: MS-Windows: test for empty job fails Problem: MS-Windows: test for empty job fails Solution: Check for error message, make it also fail on Unix.
diff --git a/src/version.c b/src/version.c index 9dbfd6f..7e9f4a5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 31, +/**/ 30, /**/ 29,