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