File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33source check.vim
44source term_util.vim
5+ source shared.vim
56
67func CheckSuspended (buf , fileExists)
78 call WaitForAssert ({- > assert_match (' [$#] $' , term_getline (a: buf , ' .' ))})
@@ -21,6 +22,8 @@ func Test_suspend()
2122 CheckFeature terminal
2223 CheckExecutable /bin/ sh
2324
25+ call WaitForResponses ()
26+
2427 let buf = term_start (' /bin/sh' )
2528 " Wait for shell prompt.
2629 call WaitForAssert ({- > assert_match (' [$#] $' , term_getline (buf , ' .' ))})
@@ -65,6 +68,8 @@ func Test_suspend_autocmd()
6568 CheckFeature terminal
6669 CheckExecutable /bin/ sh
6770
71+ call WaitForResponses ()
72+
6873 let buf = term_start (' /bin/sh' , #{term_rows: 6 })
6974 " Wait for shell prompt.
7075 call WaitForAssert ({- > assert_match (' [$#] $' , term_getline (buf , ' .' ))})
Original file line number Diff line number Diff line change @@ -695,6 +695,8 @@ static char *(features[]) =
695695
696696static int included_patches [] =
697697{ /* Add new patch number below this line */
698+ /**/
699+ 1004 ,
698700/**/
699701 1003 ,
700702/**/
You can’t perform that action at this time.
0 commit comments