commit | 801c3c1dbed88bfb59dcf25045365dc65f795f4e | [log] [tgz] |
---|---|---|
author | Dominique Pelle <dominique.pelle@gmail.com> | Sat May 07 11:00:08 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 11:00:08 2022 +0100 |
tree | b86b08666efac4bb9c56b57a735a0317cf75c8dd | |
parent | ef02f16609ff0a26ffc6e20263523424980898fe [diff] [blame] |
patch 8.2.4900: Vim9 expression test fails without the job feature Problem: Vim9 expression test fails without the job feature. Solution: Add a check for the job feature. (Dominique Pellé, closes #10373)
diff --git a/src/version.c b/src/version.c index 05888c7..ad38b81 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4900, +/**/ 4899, /**/ 4898,