We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9b9613 + 7139454 commit c222e33Copy full SHA for c222e33
1 file changed
src/testdir/test_suspend.vim
@@ -54,6 +54,7 @@ func Test_suspend()
54
" Quit gracefully to dump coverage information.
55
call term_sendkeys(buf, ":qall!\<CR>")
56
call term_wait(buf)
57
+ call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
58
call StopShellInTerminal(buf)
59
60
exe buf . 'bwipe!'
0 commit comments