summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_normal.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-02 16:29:34 +0100
commit2d2950198231a31bf87c1cd4322099cc36b0bb93 (patch)
treea45f361420fb09f8ba52d43d9153ce616b6bee6d /src/testdir/test_normal.vim
parentc5274dd12224421f2430b30c53b881b9403d649e (diff)
patch 9.0.0027: the command line test is getting quite bigv9.0.0027
Problem: The command line test is getting quite big. Solution: Move command line window tests to a separate file.
Diffstat (limited to 'src/testdir/test_normal.vim')
-rw-r--r--src/testdir/test_normal.vim6
1 files changed, 0 insertions, 6 deletions
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! \<C-\>\<C-A>")
- if has('cmdwin')
- " Using CTRL-\ CTRL-N in cmd window should close the window
- call feedkeys("q:\<C-\>\<C-N>", 'xt')
- call assert_equal('', getcmdwintype())
- endif
-
" clean up
bw!
endfunc