Skip to content

Commit 0b49648

Browse files
committed
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.
1 parent e0a7658 commit 0b49648

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/testdir/test_cmdline.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,6 +1195,7 @@ endfunc
11951195
func Test_cmdwin_no_terminal()
11961196
CheckFeature cmdwin
11971197
CheckFeature terminal
1198+
CheckNotMSWindows
11981199

11991200
let buf = RunVimInTerminal('', {'rows': 12})
12001201
call TermWait(buf, 50)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2910,
753755
/**/
754756
2909,
755757
/**/

0 commit comments

Comments
 (0)