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:
parent
0c81d1b112
commit
d28e0b3652
@ -2387,6 +2387,8 @@ func LogACmd()
|
||||
endfunc
|
||||
|
||||
func Test_TermChanged()
|
||||
CheckNotGui
|
||||
|
||||
enew!
|
||||
tabnew
|
||||
call setline(1, ['a', 'b', 'c', 'd'])
|
||||
|
@ -738,6 +738,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
303,
|
||||
/**/
|
||||
302,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user