comparison runtime/doc/eval.txt @ 13740:f309afff6f25 v8.0.1742

patch 8.0.1742: cannot get a list of all the jobs commit https://github.com/vim/vim/commit/e1fc51558dc14906a8d9f6a6e7bb1ac2a6ba8f3d Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 19:49:08 2018 +0200 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)
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:00:07 +0200
parents a62eeee5f116
children 87012d2b17b5
comparison
equal deleted inserted replaced
13739:0b766229da42 13740:f309afff6f25
2232 isdirectory({directory}) Number |TRUE| if {directory} is a directory 2232 isdirectory({directory}) Number |TRUE| if {directory} is a directory
2233 islocked({expr}) Number |TRUE| if {expr} is locked 2233 islocked({expr}) Number |TRUE| if {expr} is locked
2234 isnan({expr}) Number |TRUE| if {expr} is NaN 2234 isnan({expr}) Number |TRUE| if {expr} is NaN
2235 items({dict}) List key-value pairs in {dict} 2235 items({dict}) List key-value pairs in {dict}
2236 job_getchannel({job}) Channel get the channel handle for {job} 2236 job_getchannel({job}) Channel get the channel handle for {job}
2237 job_info({job}) Dict get information about {job} 2237 job_info([{job}]) Dict get information about {job}
2238 job_setoptions({job}, {options}) none set options for {job} 2238 job_setoptions({job}, {options}) none set options for {job}
2239 job_start({command} [, {options}]) 2239 job_start({command} [, {options}])
2240 Job start a job 2240 Job start a job
2241 job_status({job}) String get the status of {job} 2241 job_status({job}) String get the status of {job}
2242 job_stop({job} [, {how}]) Number stop {job} 2242 job_stop({job} [, {how}]) Number stop {job}