commit | 2a1381c305b32885c644cc300e4f6734292626a2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 05 23:32:58 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 05 23:32:58 2020 +0200 |
tree | af8470f90b17c3c39a754fca7f050636eeb64a57 | |
parent | 40ee466c361b9698c2a452a36ff4d6c6e5382ed0 [diff] [blame] |
patch 8.2.0701: Vim9 test fails without job feature Problem: Vim9 test fails without job feature. Solution: Add feature check.
diff --git a/src/version.c b/src/version.c index 4c743cb..0dc91da 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 701, +/**/ 700, /**/ 699,