patch 8.2.2415: no way to check for the cmdwin feature
Problem: No way to check for the cmdwin feature, cmdline_hist is now always
enabled.
Solution: Add has('cmdwin') support. Skip arglist test on Windows
temporarily.
diff --git a/src/testdir/test_termcodes.vim b/src/testdir/test_termcodes.vim
index 055ed8b..040869c 100644
--- a/src/testdir/test_termcodes.vim
+++ b/src/testdir/test_termcodes.vim
@@ -367,6 +367,8 @@
" Test for using the mouse to increaes the height of the cmdline window
func Test_mouse_cmdwin_resize()
+ CheckFeature cmdwin
+
let save_mouse = &mouse
let save_term = &term
let save_ttymouse = &ttymouse