Hi Bram,

2016/2/7 Sun 22:28:08 UTC+9 Bram Moolenaar wrote:
> Patch 7.4.1274
> Problem:    Cannot run a job.
> Solution:   Add job_start(), job_status() and job_stop(). Currently only works
>             for Unix.
> Files:      eval.c, structs.h, runtime/doc/eval.txt, src/os_unix.c,
>             src/proto/os_unix.pro, src/feature.h, src/version.c,
>             src/testdir/test_channel.vim

> ***************
> *** 1922,1927 ****
> --- 1952,1960 ----
>   isdirectory( {directory})   Number  TRUE if {directory} is a directory
>   islocked( {expr})           Number  TRUE if {expr} is locked
>   items( {dict})                      List    key-value pairs in {dict}
> + job_start({command} [, {options}]) Job      start a job     
> + job_status({job})           String  get the status of a job
> + job_stop({job} [, {how}])   Number  stop a job
>   join( {list} [, {sep}])             String  join {list} items into one 
> String
>   jsondecode( {string})               any     decode JSON
>   jsonencode( {expr})         String  encode JSON
> ***************


I think white space is needed after each '(':

--- a/runtime/doc/eval.txt
+++ b/runtime/doc/eval.txt
@@ -1959,9 +1959,9 @@ invert( {expr})                   Number  bitwise invert
 isdirectory( {directory})      Number  TRUE if {directory} is a directory
 islocked( {expr})              Number  TRUE if {expr} is locked
 items( {dict})                 List    key-value pairs in {dict}
-job_start({command} [, {options}]) Job start a job     
-job_status({job})              String  get the status of a job
-job_stop({job} [, {how}])      Number  stop a job
+job_start( {command} [, {options}]) Job        start a job
+job_status( {job})             String  get the status of a job
+job_stop( {job} [, {how}])     Number  stop a job
 join( {list} [, {sep}])                String  join {list} items into one 
String
 jsdecode( {string})            any     decode JS style JSON
 jsencode( {expr})              String  encode JS style JSON

Regards,
Ken Takata

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui