Home
last modified time | relevance | path

Searched refs:job_start (Results 1 – 25 of 34) sorted by relevance

12

/vim-8.2.3635/src/testdir/
H A Dtest_channel.vim952 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 Dtest_vim9_fails.vim8 var job2: job = job_start('willfail')
H A Dtest_job_fails.vim9 let job = job_start('axdfxsdf')
H A Dtest_windows_home.vim108 let job = job_start('cmd /c set', {'out_cb': {ch,x->[env,execute('let env=x')]}})
H A Dtest_restricted.vim78 call assert_fails("call job_start('vim')", 'E145:')
H A Dtest_partial.vim275 let job = job_start('echo')
285 let g:ref_job = job_start('echo')
H A Dtest_quotestar.vim61 let job = job_start(cmd, {'stoponexit': 'kill', 'out_io': 'null'})
H A Dtest_prompt_buffer.vim208 let job = job_start(['/bin/sh', '-c',
H A Dtest_clientserver.vim38 let job = job_start(cmd, {'stoponexit': 'kill', 'out_io': 'null'})
H A Dshared.vim46 let job = job_start(a:cmd, {"stoponexit": "hup"})
H A Dtest_vim9_disassemble.vim1074 var job2: job = job_start("donothing")
1087 'var job2: job = job_start("donothing")\_s*' ..
1089 '\d BCALL job_start(argc 1)\_s*' ..
H A Dtest_swap.vim430 let j = job_start(cmd)
H A Dtest_vim9_assign.vim95 # calling job_start() is in test_vim9_fails.vim, it causes leak reports
986 thejob = job_start("cat ", {})
H A Dtest_excmd.vim624 call assert_fails("call job_start('vim')", 'E48:')
H A Dtest_terminal.vim834 " 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 Dtest_mapping.vim306 call job_start([&shell, &shellcmdflag, 'echo'], {'exit_cb': 'ExitCb'})
H A Dtest_autocmd.vim81 call job_start(has('win32') ? 'cmd /c echo:' : 'echo',
H A Dtest_vimscript.vim7139 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 Dchannel.txt570 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 Dterminal.txt847 {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 Djob.pro18 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 Dcontext.vim97 … \ job_start(add(s:sh(), context#command() . ' ' . shellescape(fnamemodify(a:path, ":t"))), {
/vim-8.2.3635/src/
H A Djob.c1275 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 Dtermdebug.vim365 let s:gdbjob = job_start(cmd, {
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim85 …getwinpos glob2regpat hasmapto hlexists iconv inputlist interrupt isnan job_start js_encode libcal…

12