1
0
forked from aniani/vim

patch 8.0.1742: cannot get a list of all the jobs

Problem:    Cannot get a list of all the jobs.  Cannot get the command of
            the job.
Solution:   When job_info() is called without an argument return a list of
            jobs.  Otherwise, include the command that the job is running.
            (Yegappan Lakshmanan)
This commit is contained in:
Bram Moolenaar
2018-04-21 19:49:08 +02:00
parent 259a90f7ce
commit e1fc51558d
7 changed files with 81 additions and 10 deletions

View File

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