mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00: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:
@@ -1862,6 +1862,9 @@ func LogACmd()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_TermChanged()
|
func Test_TermChanged()
|
||||||
|
throw 'skipped: Nvim does not support TermChanged event'
|
||||||
|
CheckNotGui
|
||||||
|
|
||||||
enew!
|
enew!
|
||||||
tabnew
|
tabnew
|
||||||
call setline(1, ['a', 'b', 'c', 'd'])
|
call setline(1, ['a', 'b', 'c', 'd'])
|
||||||
|
Reference in New Issue
Block a user