]> granicus.if.org Git - vim/commitdiff
patch 8.2.0303: TermChanged test fails in the GUI v8.2.0303
authorBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2020 22:08:52 +0000 (23:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 22 Feb 2020 22:08:52 +0000 (23:08 +0100)
Problem:    TermChanged test fails in the GUI.
Solution:   Skip the test when running the GUI.

src/testdir/test_autocmd.vim
src/version.c

index 70e96087cf389483ab63f9e2cf23bed8061d1bbe..2ff231d3668bc1107653f93756e0e3b90d837fe3 100644 (file)
@@ -2387,6 +2387,8 @@ func LogACmd()
 endfunc
 
 func Test_TermChanged()
+  CheckNotGui
+
   enew!
   tabnew
   call setline(1, ['a', 'b', 'c', 'd'])
index 96ef2c1037cc17400cfcf577f39b2c50bfda9cc4..97669c09550aee9ed4dd31d4832122fef3f92a89 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    303,
 /**/
     302,
 /**/