| /vim-8.2.3635/src/testdir/ |
| H A D | test_channel.vim | 952 let job = job_start('sort', options) 1170 let job = job_start([s:python, '-c', 1675 call assert_fails("call job_start('ls', 1677 call assert_fails("call job_start('ls', 1744 let g:a = job_start(['ls']) 2072 let job = job_start(cmd) 2080 let job = job_start(cmd) 2118 let job = job_start('echo', opt) 2209 let g:job = job_start(cmd, {}) 2214 let g:job = job_start(cmd, {}) [all …]
|
| H A D | test_vim9_fails.vim | 8 var job2: job = job_start('willfail')
|
| H A D | test_job_fails.vim | 9 let job = job_start('axdfxsdf')
|
| H A D | test_windows_home.vim | 108 let job = job_start('cmd /c set', {'out_cb': {ch,x->[env,execute('let env=x')]}})
|
| H A D | test_restricted.vim | 78 call assert_fails("call job_start('vim')", 'E145:')
|
| H A D | test_partial.vim | 275 let job = job_start('echo') 285 let g:ref_job = job_start('echo')
|
| H A D | test_quotestar.vim | 61 let job = job_start(cmd, {'stoponexit': 'kill', 'out_io': 'null'})
|
| H A D | test_prompt_buffer.vim | 208 let job = job_start(['/bin/sh', '-c',
|
| H A D | test_clientserver.vim | 38 let job = job_start(cmd, {'stoponexit': 'kill', 'out_io': 'null'})
|
| H A D | shared.vim | 46 let job = job_start(a:cmd, {"stoponexit": "hup"})
|
| H A D | test_vim9_disassemble.vim | 1074 var job2: job = job_start("donothing") 1087 'var job2: job = job_start("donothing")\_s*' .. 1089 '\d BCALL job_start(argc 1)\_s*' ..
|
| H A D | test_swap.vim | 430 let j = job_start(cmd)
|
| H A D | test_vim9_assign.vim | 95 # calling job_start() is in test_vim9_fails.vim, it causes leak reports 986 thejob = job_start("cat ", {})
|
| H A D | test_excmd.vim | 624 call assert_fails("call job_start('vim')", 'E48:')
|
| H A D | test_terminal.vim | 834 " In the GUI job_start() doesn't work, it does not read from the pty. 838 call job_start([&shell, &shellcmdflag, 'echo "look here" > ' . pty])
|
| H A D | test_mapping.vim | 306 call job_start([&shell, &shellcmdflag, 'echo'], {'exit_cb': 'ExitCb'})
|
| H A D | test_autocmd.vim | 81 call job_start(has('win32') ? 'cmd /c echo:' : 'echo',
|
| H A D | test_vimscript.vim | 7139 call assert_equal(0, test_refcount(job_start([&shell, &shellcmdflag, 'echo .']))) 7170 let job = job_start([&shell, &shellcmdflag, 'echo .'])
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 570 When opened with job_start(): 785 let job = job_start({command}, 790 be loaded when job_start() is called. 826 let job = job_start(command, 842 let job = job_start(command) 897 job_start({command} [, {options}]) *job_start()* 941 call job_start('my-command') 943 let myjob = job_start('my-command') 949 let s:myjob = job_start('my-command') 955 BuildCommand()->job_start() [all …]
|
| H A D | terminal.txt | 847 {cmd} can be a string or a List, like with |job_start()|. The 857 {options} are similar to what is used for |job_start()|, see
|
| /vim-8.2.3635/src/proto/ |
| H A D | job.pro | 18 job_T *job_start(typval_T *argvars, char **argv_arg, jobopt_T *opt_arg, job_T **term_job);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | context.vim | 97 … \ job_start(add(s:sh(), context#command() . ' ' . shellescape(fnamemodify(a:path, ":t"))), {
|
| /vim-8.2.3635/src/ |
| H A D | job.c | 1275 job_start( in job_start() function 1936 rettv->vval.v_job = job_start(argvars, NULL, NULL, NULL); in f_job_start()
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 365 let s:gdbjob = job_start(cmd, {
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 85 …getwinpos glob2regpat hasmapto hlexists iconv inputlist interrupt isnan job_start js_encode libcal…
|