Home
last modified time | relevance | path

Searched refs:term_getjob (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_messages.vim115 call assert_equal('run', job_status(term_getjob(buf)))
123 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
143 call assert_equal('run', job_status(term_getjob(buf)))
151 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
H A Dterm_util.vim25 let job = term_getjob(a:buf)
173 let g:job = term_getjob(buf)
176 let string = string({'job': buf->term_getjob()})
H A Dtest_terminal.vim196 let g:job = term_getjob(g:buf)
258 let job = term_getjob(buf)
294 let job = term_getjob(buf)
326 let job = term_getjob(buf)
752 let g:job = term_getjob(buf)
831 let pty = job_info(term_getjob(buf))['tty_out']
887 let g:job = term_getjob(buf)
904 let g:job = term_getjob(buf)
984 let g:job = term_getjob(buf)
1222 let job = term_getjob(buf)
[all …]
H A Dtest_signals.vim96 let pid_vim = term_getjob(buf)->job_info().process
135 let pid_vim = term_getjob(buf)->job_info().process
H A Dtest_terminal2.vim182 let job = term_getjob(buf)
210 call WaitForAssert({-> assert_equal('dead', job_status(term_getjob(buf)))})
453 call WaitForAssert({-> assert_equal(v:null, term_getjob(term)) })
H A Dtest_memory_usage.vim65 let self.job = term_getjob(self.buf)
H A Dtest_timers.vim403 let job = term_getjob(buf)
H A Dtest_terminal3.vim534 let job = term_getjob(bufnr())
H A Dtest_mapping.vim425 let job = term_getjob(buf)
H A Dtest_popupwin.vim2722 call WaitForAssert({-> assert_equal("run", job_status(term_getjob(termbuf)))})
2759 call WaitForAssert({-> assert_equal("dead", job_status(term_getjob(termbuf)))})
H A Dtest_vim9_builtin.vim3720 …CheckDefAndScriptFailure2(['term_getjob(0z10)'], 'E1013: Argument 1: type mismatch, expected strin…
/vim-8.2.3635/src/proto/
H A Dterminal.pro64 job_T *term_getjob(term_T *term);
/vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/
H A Dtermdebug.vim188 let gdbproc = term_getjob(s:gdbbuf)
207 let pty = job_info(term_getjob(s:ptybuf))['tty_out']
230 let commpty = job_info(term_getjob(s:commbuf))['tty_out']
329 call job_setoptions(term_getjob(s:gdbbuf), {'exit_cb': function('s:EndTermDebug')})
401 let pty = job_info(term_getjob(s:ptybuf))['tty_out']
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt623 term_getjob({buf}) *term_getjob()*
629 GetBufnr()->term_getjob()
H A Dusr_41.txt1103 term_getjob() get the job associated with a terminal
H A Dtags9669 term_getjob() terminal.txt /*term_getjob()*
H A Deval.txt3072 term_getjob({buf}) Job get the job associated with a terminal
H A Dversion8.txt29588 Problem: term_getjob() does not return v:null as documented.
/vim-8.2.3635/src/
H A Dos_unix.c4481 job = term_getjob(buf->b_term); in mch_call_shell_terminal()
H A Dos_win32.c4715 job = term_getjob(buf->b_term); in mch_call_shell_terminal()
H A Dterminal.c6490 term_getjob(term_T *term) in term_getjob() function
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim85 …etchar strptime substitute synIDattr tabpagebuflist tan term_dumpwrite term_getjob term_gettitle t…