mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
eae90b37c3
commit
b0d3f47e90
@ -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'])
|
||||
|
Loading…
Reference in New Issue
Block a user