Re: Patch 8.0.1742

2018-04-24 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sat, Apr 21, 2018 at 10:49 AM, Bram Moolenaar wrote: > > > > Patch 8.0.1742 > > Problem:Cannot get a list of all the jobs. Cannot get the command of > > the job. > > Solution: When job_info() is called wit

Re: Patch 8.0.1742

2018-04-24 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Apr 21, 2018 at 10:49 AM, Bram Moolenaar wrote: > > Patch 8.0.1742 > 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 >

Re: Patch 8.0.1742

2018-04-21 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Sat, Apr 21, 2018 at 12:52 PM, Cesar Romani wrote: > > On 21/04/2018 12:49 p.m., Bram Moolenaar wrote: > >> > >> Patch 8.0.1742 > >> Problem:Cannot get a list of all the jobs. Cannot get the command > >> of

Re: Patch 8.0.1742

2018-04-21 Fir de Conversatie Bram Moolenaar
Cesar Romani wrote: > On 21/04/2018 12:49 p.m., Bram Moolenaar wrote: > > > > Patch 8.0.1742 > > 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

Re: Patch 8.0.1742

2018-04-21 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sat, Apr 21, 2018 at 12:52 PM, Cesar Romani wrote: > On 21/04/2018 12:49 p.m., Bram Moolenaar wrote: >> >> Patch 8.0.1742 >> Problem:Cannot get a list of all the jobs. Cannot get the command >> of the job. >> Solution: When job_inf

Re: Patch 8.0.1742

2018-04-21 Fir de Conversatie Cesar Romani
On 21/04/2018 12:49 p.m., Bram Moolenaar wrote: > > Patch 8.0.1742 > 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, i

Patch 8.0.1742

2018-04-21 Fir de Conversatie Bram Moolenaar
Patch 8.0.1742 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