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 1bfdc07 commit 8b53b79Copy full SHA for 8b53b79
2 files changed
src/testdir/test_terminal.vim
@@ -614,6 +614,8 @@ func Test_terminal_redir_file()
614
call term_wait(buf)
615
call WaitFor('term_getline(' . buf . ', 1) == "one line"')
616
call assert_equal('one line', term_getline(buf, 1))
617
+ let g:job = term_getjob(buf)
618
+ call WaitFor('job_status(g:job) == "dead"')
619
bwipe
620
call delete('Xfile')
621
endif
src/version.c
@@ -769,6 +769,8 @@ static char *(features[]) =
769
770
static int included_patches[] =
771
{ /* Add new patch number below this line */
772
+/**/
773
+ 1058,
774
/**/
775
1057,
776
0 commit comments