Patch 8.2.2910
Problem: Test for cmdline window and terminal fails on MS-Windows.
Solution: Skip the test on MS-Windows.
Files: src/testdir/test_cmdline.vim
*** ../vim-8.2.2909/src/testdir/test_cmdline.vim 2021-05-30
13:53:43.220969186 +0200
--- src/testdir/test_cmdline.vim 2021-05-30 14:19:16.940937610 +0200
***************
*** 1195,1200 ****
--- 1195,1201 ----
func Test_cmdwin_no_terminal()
CheckFeature cmdwin
CheckFeature terminal
+ CheckNotMSWindows
let buf = RunVimInTerminal('', {'rows': 12})
call TermWait(buf, 50)
*** ../vim-8.2.2909/src/version.c 2021-05-30 14:02:02.279526678 +0200
--- src/version.c 2021-05-30 14:21:15.848612824 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2910,
/**/
--
Q: How do you tell the difference between a female cat and a male cat?
A: You ask it a question and if HE answers, it's a male but, if SHE
answers, it's a female.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/202105301222.14UCMP591772771%40masaka.moolenaar.net.