commit | 175913fb03ba33171bdfcb03db51d32a39e3e7a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 06 13:27:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 06 13:27:08 2022 +0100 |
tree | 92352ea978803412f12fbbbe1a2b3e07b12dc9c7 | |
parent | 2eaef106e4a7fc9dc74a7e672b5f550ec1f9786e [diff] [blame] |
patch 8.2.4884: test fails without the job/channel feature Problem: Test fails without the job/channel feature. (Dominique Pellé) Solution: Add condition.
diff --git a/src/version.c b/src/version.c index d997897..77aab2f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4884, +/**/ 4883, /**/ 4882,