diff --git a/src/nvim/testdir/test_autocmd.vim b/src/nvim/testdir/test_autocmd.vim index f1c1d45ada..22f03e1076 100644 --- a/src/nvim/testdir/test_autocmd.vim +++ b/src/nvim/testdir/test_autocmd.vim @@ -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'])