1
0
forked from aniani/vim

patch 8.2.0303: TermChanged test fails in the GUI

Problem:    TermChanged test fails in the GUI.
Solution:   Skip the test when running the GUI.
This commit is contained in:
Bram Moolenaar 2020-02-22 23:08:52 +01:00
parent 0c81d1b112
commit d28e0b3652
2 changed files with 4 additions and 0 deletions

View File

@ -2387,6 +2387,8 @@ func LogACmd()
endfunc
func Test_TermChanged()
CheckNotGui
enew!
tabnew
call setline(1, ['a', 'b', 'c', 'd'])

View File

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