]> granicus.if.org Git - vim/commit
patch 8.0.1742: cannot get a list of all the jobs v8.0.1742
authorBram Moolenaar <Bram@vim.org>
Sat, 21 Apr 2018 17:49:08 +0000 (19:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 21 Apr 2018 17:49:08 +0000 (19:49 +0200)
commite1fc51558dc14906a8d9f6a6e7bb1ac2a6ba8f3d
tree4128c9bcc4f90ef51c976d324e22a32f81c2aabe
parent259a90f7ce4d6d983a7fe5461da88cc52c46d9fe
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)
runtime/doc/eval.txt
src/channel.c
src/evalfunc.c
src/proto/channel.pro
src/structs.h
src/testdir/test_channel.vim
src/version.c