1
0
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:
Bram Moolenaar
2019-01-19 15:27:08 +01:00
parent b091f30bf3
commit d383c92ec1
2 changed files with 4 additions and 2 deletions

View File

@@ -643,8 +643,8 @@ func Test_terminal_write_stdin()
endfunc
func Test_terminal_no_cmd()
" Todo: make this work in the GUI
if !has('gui_running')
" Todo: make this work on Win32 again
if has('win32')
return
endif
let buf = term_start('NONE', {})

View File

@@ -791,6 +791,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
778,
/**/
777,
/**/