aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-08-21 15:28:43 +0800
committerzeertzjq <zeertzjq@outlook.com>2023-08-21 15:31:21 +0800
commit7aa3f825cd4298276186493fc45ff739049a95a2 (patch)
treec58ac5ef2771f6b0647d3cdee46f72196449182e
parentd4b6a25e675639f799aa87213e247816d4279594 (diff)
downloadrneovim-7aa3f825cd4298276186493fc45ff739049a95a2.tar.gz
rneovim-7aa3f825cd4298276186493fc45ff739049a95a2.tar.bz2
rneovim-7aa3f825cd4298276186493fc45ff739049a95a2.zip
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. https://github.com/vim/vim/commit/0b49648486c5857047433c11d0871f79b53613a5 Co-authored-by: Bram Moolenaar <Bram@vim.org>
-rw-r--r--test/old/testdir/test_cmdline.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/old/testdir/test_cmdline.vim b/test/old/testdir/test_cmdline.vim
index a039ab95ca..a85c8229af 100644
--- a/test/old/testdir/test_cmdline.vim
+++ b/test/old/testdir/test_cmdline.vim
@@ -1583,6 +1583,7 @@ endfunc
func Test_cmdwin_no_terminal()
CheckFeature cmdwin
CheckFeature terminal
+ CheckNotMSWindows
let buf = RunVimInTerminal('', {'rows': 12})
call TermWait(buf, 50)