commit | 4f3321f704ec0c2a522f12a580530283ae28856f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 13:12:27 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 13 13:12:27 2022 +0000 |
tree | 0cd24963bf722d7f5cc4a438ede4dcbd5093a7d5 | |
parent | 986b0fd0c550d9834a3cc45dd87555c13152c391 [diff] [blame] |
patch 8.2.4556: test fails without the +job or +channel feature Problem: Test fails without the +job or +channel feature. (Dominique Pellé) Solution: Adjust #ifdefs. Pass on skip flag. (closes #9942)
diff --git a/src/version.c b/src/version.c index 20b5a03..ac3be8b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4556, +/**/ 4555, /**/ 4554,