commit | d28e0b3652067788fcc9c99058b0b6eee7beebee | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 23:08:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 22 23:08:52 2020 +0100 |
tree | 5f1f5799c3cfa63415b9b5857aa75f5718bb0991 | |
parent | 0c81d1b11278b2d962aa6fbb4aa974dab97be59d [diff] [blame] |
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.
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim index 70e9608..2ff231d 100644 --- a/src/testdir/test_autocmd.vim +++ b/src/testdir/test_autocmd.vim
@@ -2387,6 +2387,8 @@ endfunc func Test_TermChanged() + CheckNotGui + enew! tabnew call setline(1, ['a', 'b', 'c', 'd'])