Lines Matching refs:cmd
47 \ 'eval bufnr("")->prompt_setprompt("cmd: ")',
58 call WaitForAssert({-> assert_equal('cmd:', term_getline(buf, 1))})
61 call WaitForAssert({-> assert_equal('cmd: hello', term_getline(buf, 1))})
78 call WaitForAssert({-> assert_equal('cmd:', term_getline(buf, 1))})
82 call WaitForAssert({-> assert_equal('cmd: hel', term_getline(buf, 1))})
86 call WaitForAssert({-> assert_equal('cmd: -hel', term_getline(buf, 1))})
89 call WaitForAssert({-> assert_equal('cmd: -hzel', term_getline(buf, 1))})
93 call WaitForAssert({-> assert_equal('cmd: -hzelx', term_getline(buf, 1))})
207 call prompt_setprompt( bufnr(), 'cmd:' )
218 call WaitForAssert({-> assert_equal('cmd:', term_getline(buf, 1))})
221 call WaitForAssert({-> assert_equal('cmd:test', term_getline(buf, 1))})
223 call WaitForAssert({-> assert_equal('cmd:testtest', term_getline(buf, 1))})
225 call WaitForAssert({-> assert_equal('cmd:testtesttest', term_getline(buf, 1))})