forked from aniani/vim
patch 8.1.0778: terminal test fails on MS-Windows
Problem: Terminal test fails on MS-Windows. Solution: Temporarily skip the test on MS-Windows. Do run it both in terminal and GUI on other systems.
This commit is contained in:
@@ -643,8 +643,8 @@ func Test_terminal_write_stdin()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_terminal_no_cmd()
|
func Test_terminal_no_cmd()
|
||||||
" Todo: make this work in the GUI
|
" Todo: make this work on Win32 again
|
||||||
if !has('gui_running')
|
if has('win32')
|
||||||
return
|
return
|
||||||
endif
|
endif
|
||||||
let buf = term_start('NONE', {})
|
let buf = term_start('NONE', {})
|
||||||
|
@@ -791,6 +791,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 */
|
||||||
|
/**/
|
||||||
|
778,
|
||||||
/**/
|
/**/
|
||||||
777,
|
777,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user