Patch 8.2.0303
Problem: TermChanged test fails in the GUI.
Solution: Skip the test when running the GUI.
Files: src/testdir/test_autocmd.vim
*** ../vim-8.2.0302/src/testdir/test_autocmd.vim 2020-02-22
22:45:52.206471481 +0100
--- src/testdir/test_autocmd.vim 2020-02-22 22:57:23.348290028 +0100
***************
*** 2387,2392 ****
--- 2387,2394 ----
endfunc
func Test_TermChanged()
+ CheckNotGui
+
enew!
tabnew
call setline(1, ['a', 'b', 'c', 'd'])
*** ../vim-8.2.0302/src/version.c 2020-02-22 22:45:52.210471469 +0100
--- src/version.c 2020-02-22 23:08:35.290199915 +0100
***************
*** 740,741 ****
--- 740,743 ----
{ /* Add new patch number below this line */
+ /**/
+ 303,
/**/
--
hundred-and-one symptoms of being an internet addict:
96. On Super Bowl Sunday, you followed the score by going to the
Yahoo main page instead of turning on the TV.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202002222209.01MM9GoC001152%40masaka.moolenaar.net.