Skip to content

Commit d28e0b3

Browse files
committed
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.
1 parent 0c81d1b commit d28e0b3

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/testdir/test_autocmd.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,6 +2387,8 @@ func LogACmd()
23872387
endfunc
23882388

23892389
func Test_TermChanged()
2390+
CheckNotGui
2391+
23902392
enew!
23912393
tabnew
23922394
call setline(1, ['a', 'b', 'c', 'd'])

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
303,
741743
/**/
742744
302,
743745
/**/

0 commit comments

Comments
 (0)