commit | 64ed4d4398e92ac56a9bbd66d5ec992dd4c335f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:22:31 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 21:22:31 2021 +0100 |
tree | 4c44133ad50b219b2b2cf34d82eb7f787717dd7c | |
parent | 67876de7bbc4254268d8180d68203b965e25ed95 [diff] [blame] |
patch 8.2.2338: Vim9: no error if using job_info() result wrongly Problem: Vim9: no error if using job_info() result wrongly. Solution: Adjust return type on number of arguments. (closes #7667)
diff --git a/src/version.c b/src/version.c index 47a5bcc..1b63a5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2338, +/**/ 2337, /**/ 2336,