Lines Matching refs:exit
274 eval buf->term_sendkeys("exit\<CR>")
402 call term_sendkeys(buf, "exit\<CR>")
500 call term_sendkeys(bufnr(), "exit\r")
783 exe '1term ++eof=exit(123) ' .. s:python
786 call WaitFor({-> getline('$') =~ 'exit(123)'})
813 exe '1term ++eof=<C-Z> ++eof=exit(123) ' .. s:python
816 call WaitFor({-> getline('$') =~ 'exit(123)'})
1034 call term_sendkeys(buf, "exit\r")
1132 " 3. make Vim exit, it will kill the shell
1163 " check that :qall does not exit, :qall! does.
1196 " make Vim exit, it will prompt to kill the shell
1225 " quit the shell, it will make Vim exit
1226 call term_sendkeys(buf, "exit\<CR>")