mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
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.
0b49648486
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -1583,6 +1583,7 @@ endfunc
|
||||
func Test_cmdwin_no_terminal()
|
||||
CheckFeature cmdwin
|
||||
CheckFeature terminal
|
||||
CheckNotMSWindows
|
||||
|
||||
let buf = RunVimInTerminal('', {'rows': 12})
|
||||
call TermWait(buf, 50)
|
||||
|
||||
Reference in New Issue
Block a user