mirror of
https://github.com/vim/vim.git
synced 2025-08-23 19:34:27 -04:00
patch 8.0.0857: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows. Solution: Sleep a fraction of a second.
This commit is contained in:
parent
102dc7f891
commit
620d064b0b
@ -152,6 +152,10 @@ func Test_terminal_scrape()
|
|||||||
call term_wait(1234)
|
call term_wait(1234)
|
||||||
|
|
||||||
call term_wait(buf)
|
call term_wait(buf)
|
||||||
|
if has('win32')
|
||||||
|
" TODO: this should not be needed
|
||||||
|
sleep 100m
|
||||||
|
endif
|
||||||
call Check_123(buf)
|
call Check_123(buf)
|
||||||
|
|
||||||
" Must still work after the job ended.
|
" Must still work after the job ended.
|
||||||
|
@ -769,6 +769,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
857,
|
||||||
/**/
|
/**/
|
||||||
856,
|
856,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user