Lines Matching refs:shell
89 " Wait for the shell to display a prompt
378 \ 'set shell=/bin/sh noruler',
401 " stop shell
564 " shell terminal closes automatically
568 " Wait for the shell to display a prompt
573 " shell terminal that does not close automatically
577 " Wait for the shell to display a prompt
649 call assert_fails("call term_start(&shell, {'cwd': 'Xfile'})", 'E475:')
653 call assert_fails("call term_start(&shell, {'cwd': 'Xdir'})", 'E475:')
664 call assert_fails("call term_start(&shell, {'cwd': 'XdirNoAccess'})", 'E475:')
680 " Wait for the shell to display a prompt
697 " Wait for the shell to display a prompt
712 let buf = term_start([&shell, &shellcmdflag, 'echo "123"'])
720 let buf = term_start(&shell)
724 " The shell or something else has a problem dealing with more than 1000
838 call job_start([&shell, &shellcmdflag, 'echo "look here" > ' . pty])
861 call assert_fails('call term_start(&shell, {
869 call assert_fails('call term_start(&shell, {
872 call assert_fails('call term_start(&shell, {
913 " Wait for the shell to display a prompt
978 let cmd = &shell
990 call assert_equal(&shell, job_info(g:job).cmd[0])
1132 " 3. make Vim exit, it will kill the shell
1196 " make Vim exit, it will prompt to kill the shell
1206 " Run Vim in a terminal, then start a terminal window with a shell and check
1225 " quit the shell, it will make Vim exit
1246 call term_start(&shell)
1258 let buf = term_start(&shell, {'hidden': 1})
1311 let buf = term_start(&shell, #{hidden: v:true})
1322 let termbuf = term_start(&shell, #{hidden: v:true, term_finish: 'close'})