]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0131: command line is not cleared when switching tabs v8.2.0131
authorBram Moolenaar <Bram@vim.org>
Sun, 19 Jan 2020 14:45:17 +0000 (15:45 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 Jan 2020 14:45:17 +0000 (15:45 +0100)
commit479950f6c9aee4806f28a2b2fe5471e18a034cff
tree6b535f41e4ae3870326ca8d491fdf2edad30aacd
parent904edabb64422467bf79f48f3a6305e0eddeea94
patch 8.2.0131: command line is not cleared when switching tabs

Problem:    Command line is not cleared when switching tabs and the command
            line height differs.
Solution:   Set the "clear_cmdline" flag when needed. (Naruhiko Nishino,
            closes #5495)
src/testdir/dumps/Test_cmdlineclear_tabenter.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c
src/window.c