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 102dc7f commit 620d064Copy full SHA for 620d064
src/testdir/test_terminal.vim
@@ -152,6 +152,10 @@ func Test_terminal_scrape()
152
call term_wait(1234)
153
154
call term_wait(buf)
155
+ if has('win32')
156
+ " TODO: this should not be needed
157
+ sleep 100m
158
+ endif
159
call Check_123(buf)
160
161
" Must still work after the job ended.
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
+ 857,
774
/**/
775
856,
776
0 commit comments