To: vim_dev@googlegroups.com Subject: Patch 8.2.2910 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///