1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-01-12 21:22:31 +01:00
parent 67876de7bb
commit 64ed4d4398
4 changed files with 21 additions and 1 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2338,
/**/
2337,
/**/