summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_autocmd.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-02-22 23:08:52 +0100
committerBram Moolenaar <Bram@vim.org>2020-02-22 23:08:52 +0100
commitd28e0b3652067788fcc9c99058b0b6eee7beebee (patch)
tree5f1f5799c3cfa63415b9b5857aa75f5718bb0991 /src/testdir/test_autocmd.vim
parent0c81d1b11278b2d962aa6fbb4aa974dab97be59d (diff)
patch 8.2.0303: TermChanged test fails in the GUIv8.2.0303
Problem: TermChanged test fails in the GUI. Solution: Skip the test when running the GUI.
Diffstat (limited to 'src/testdir/test_autocmd.vim')
-rw-r--r--src/testdir/test_autocmd.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/test_autocmd.vim b/src/testdir/test_autocmd.vim
index 70e96087cf..2ff231d366 100644
--- a/src/testdir/test_autocmd.vim
+++ b/src/testdir/test_autocmd.vim
@@ -2387,6 +2387,8 @@ func LogACmd()
endfunc
func Test_TermChanged()
+ CheckNotGui
+
enew!
tabnew
call setline(1, ['a', 'b', 'c', 'd'])