commit | cd9fa256b587b2805faeaaa4b7a8c7d483a8ac54 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Sep 20 11:04:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 20 11:04:47 2022 +0100 |
tree | c188d56c9dc9cfe0e6c3a0edb26a5f5c2986ee61 | |
parent | bcd6924245c0e73d8be256282656c06aaf91f17c [diff] [blame] |
patch 9.0.0508: when the channel test fails there is no clue why Problem: When the channel test fails there is no clue why. Solution: Add info about the job status. (Ken Takata, closes #11175)
diff --git a/src/version.c b/src/version.c index 554f8f1..2f545d0 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 508, +/**/ 507, /**/ 506,