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.
1 parent ee9e604 commit 9992244Copy full SHA for 9992244
2 files changed
src/testdir/test_suspend.vim
@@ -54,6 +54,8 @@ func Test_suspend()
54
" Quit gracefully to dump coverage information.
55
call term_sendkeys(buf, ":qall!\<CR>")
56
call term_wait(buf)
57
+ " Wait until Vim actually exited and shell shows a prompt
58
+ call WaitForAssert({-> assert_match('[$#] $', term_getline(buf, '.'))})
59
call StopShellInTerminal(buf)
60
61
exe buf . 'bwipe!'
src/version.c
@@ -777,6 +777,8 @@ static char *(features[]) =
777
778
static int included_patches[] =
779
{ /* Add new patch number below this line */
780
+/**/
781
+ 1651,
782
/**/
783
1650,
784
0 commit comments