From 2d2950198231a31bf87c1cd4322099cc36b0bb93 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 2 Jul 2022 16:29:34 +0100 Subject: patch 9.0.0027: the command line test is getting quite big Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file. --- src/testdir/test_normal.vim | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/testdir/test_normal.vim') diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 50c0d5d274..f00dcd0460 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -2945,12 +2945,6 @@ func Test_normal40_ctrl_bsl() call assert_false(&insertmode) call assert_beeps("normal! \\") - if has('cmdwin') - " Using CTRL-\ CTRL-N in cmd window should close the window - call feedkeys("q:\\", 'xt') - call assert_equal('', getcmdwintype()) - endif - " clean up bw! endfunc -- cgit v1.2.3