We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a7658 commit 0b49648Copy full SHA for 0b49648
2 files changed
src/testdir/test_cmdline.vim
@@ -1195,6 +1195,7 @@ endfunc
1195
func Test_cmdwin_no_terminal()
1196
CheckFeature cmdwin
1197
CheckFeature terminal
1198
+ CheckNotMSWindows
1199
1200
let buf = RunVimInTerminal('', {'rows': 12})
1201
call TermWait(buf, 50)
src/version.c
@@ -750,6 +750,8 @@ static char *(features[]) =
750
751
static int included_patches[] =
752
{ /* Add new patch number below this line */
753
+/**/
754
+ 2910,
755
/**/
756
2909,
757
0 commit comments