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:
@@ -2387,6 +2387,8 @@ func LogACmd()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_TermChanged()
|
func Test_TermChanged()
|
||||||
|
CheckNotGui
|
||||||
|
|
||||||
enew!
|
enew!
|
||||||
tabnew
|
tabnew
|
||||||
call setline(1, ['a', 'b', 'c', 'd'])
|
call setline(1, ['a', 'b', 'c', 'd'])
|
||||||
|
@@ -738,6 +738,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 */
|
||||||
|
/**/
|
||||||
|
303,
|
||||||
/**/
|
/**/
|
||||||
302,
|
302,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user