commit 7aa3f825cd4298276186493fc45ff739049a95a2
parent d4b6a25e675639f799aa87213e247816d4279594
Author: zeertzjq <zeertzjq@outlook.com>
Date: Mon, 21 Aug 2023 15:28:43 +0800
vim-patch:8.2.2910: test for cmdline window and terminal fails on MS-Windows
Problem: Test for cmdline window and terminal fails on MS-Windows.
Solution: Skip the test on MS-Windows.
https://github.com/vim/vim/commit/0b49648486c5857047433c11d0871f79b53613a5
Co-authored-by: Bram Moolenaar <Bram@vim.org>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/old/testdir/test_cmdline.vim b/test/old/testdir/test_cmdline.vim
@@ -1583,6 +1583,7 @@ endfunc
func Test_cmdwin_no_terminal()
CheckFeature cmdwin
CheckFeature terminal
+ CheckNotMSWindows
let buf = RunVimInTerminal('', {'rows': 12})
call TermWait(buf, 50)