Searched refs:term_getjob (Results 1 – 22 of 22) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_messages.vim | 115 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 D | term_util.vim | 25 let job = term_getjob(a:buf) 173 let g:job = term_getjob(buf) 176 let string = string({'job': buf->term_getjob()})
|
| H A D | test_terminal.vim | 196 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 D | test_signals.vim | 96 let pid_vim = term_getjob(buf)->job_info().process 135 let pid_vim = term_getjob(buf)->job_info().process
|
| H A D | test_terminal2.vim | 182 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 D | test_memory_usage.vim | 65 let self.job = term_getjob(self.buf)
|
| H A D | test_timers.vim | 403 let job = term_getjob(buf)
|
| H A D | test_terminal3.vim | 534 let job = term_getjob(bufnr())
|
| H A D | test_mapping.vim | 425 let job = term_getjob(buf)
|
| H A D | test_popupwin.vim | 2722 call WaitForAssert({-> assert_equal("run", job_status(term_getjob(termbuf)))}) 2759 call WaitForAssert({-> assert_equal("dead", job_status(term_getjob(termbuf)))})
|
| H A D | test_vim9_builtin.vim | 3720 …CheckDefAndScriptFailure2(['term_getjob(0z10)'], 'E1013: Argument 1: type mismatch, expected strin…
|
| /vim-8.2.3635/src/proto/ |
| H A D | terminal.pro | 64 job_T *term_getjob(term_T *term);
|
| /vim-8.2.3635/runtime/pack/dist/opt/termdebug/plugin/ |
| H A D | termdebug.vim | 188 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 D | terminal.txt | 623 term_getjob({buf}) *term_getjob()* 629 GetBufnr()->term_getjob()
|
| H A D | usr_41.txt | 1103 term_getjob() get the job associated with a terminal
|
| H A D | tags | 9669 term_getjob() terminal.txt /*term_getjob()*
|
| H A D | eval.txt | 3072 term_getjob({buf}) Job get the job associated with a terminal
|
| H A D | version8.txt | 29588 Problem: term_getjob() does not return v:null as documented.
|
| /vim-8.2.3635/src/ |
| H A D | os_unix.c | 4481 job = term_getjob(buf->b_term); in mch_call_shell_terminal()
|
| H A D | os_win32.c | 4715 job = term_getjob(buf->b_term); in mch_call_shell_terminal()
|
| H A D | terminal.c | 6490 term_getjob(term_T *term) in term_getjob() function
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 85 …etchar strptime substitute synIDattr tabpagebuflist tan term_dumpwrite term_getjob term_gettitle t…
|