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
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
>
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
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
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
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
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