]> granicus.if.org Git - vim/commitdiff
patch 8.2.2910: test for cmdline window and terminal fails on MS-Windows v8.2.2910
authorBram Moolenaar <Bram@vim.org>
Sun, 30 May 2021 12:21:57 +0000 (14:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 May 2021 12:21:57 +0000 (14:21 +0200)
Problem:    Test for cmdline window and terminal fails on MS-Windows.
Solution:   Skip the test on MS-Windows.

src/testdir/test_cmdline.vim
src/version.c

index 8b7015b53ac344fe4b00d24c4ad862023b31a343..cf3362d63eac8902e2d3261b0ef1e5e22697f512 100644 (file)
@@ -1195,6 +1195,7 @@ endfunc
 func Test_cmdwin_no_terminal()
   CheckFeature cmdwin
   CheckFeature terminal
+  CheckNotMSWindows
 
   let buf = RunVimInTerminal('', {'rows': 12})
   call TermWait(buf, 50)
index 29500478348167b31835ff40940aac6658c50118..8440b8285de30f520e19b1fba2b88a05a8de37a2 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2910,
 /**/
     2909,
 /**/