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.
d28e0b3652
This commit is contained in:
Jan Edmund Lazo 2020-11-24 22:30:01 -05:00
parent eae90b37c3
commit b0d3f47e90
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -1862,6 +1862,9 @@ func LogACmd()
endfunc
func Test_TermChanged()
throw 'skipped: Nvim does not support TermChanged event'
CheckNotGui
enew!
tabnew
call setline(1, ['a', 'b', 'c', 'd'])