0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 8.2.0921: CTRL-W T in cmdline window causes trouble

Problem:    CTRL-W T in cmdline window causes trouble.
Solution:   Disallow CTRL-W T in the cmdline window.  Add more tests.
            (Naruhiko Nishino, closes #6219)
This commit is contained in:
Bram Moolenaar
2020-06-07 17:03:21 +02:00
parent 5b157fe2ed
commit 4fdb8bd054
3 changed files with 24 additions and 0 deletions

View File

@@ -340,6 +340,7 @@ newwindow:
// move window to new tab page
case 'T':
CHECK_CMDWIN;
if (one_window())
msg(_(m_onlyone));
else