commit | 00385114dbd6a3d59516baa02e1ea86a1e7ee70e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 14:31:06 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 14:31:06 2021 +0100 |
tree | b3e0ff3ac5ac3422f36207a5d65c79488057dd06 | |
parent | 0dc5f603e9b86da9fe5798c231d8d6170501516e [diff] [blame] |
patch 8.2.2479: set/getbufline test fails without the job feature Problem: set/getbufline test fails without the job feature. Solution: Check whether the job feature is supported. (Dominique Pellé, closes #7790)
diff --git a/src/version.c b/src/version.c index ae61a32..383e15a 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2479, +/**/ 2478, /**/ 2477,