]> granicus.if.org Git - vim/commit
patch 9.0.0670: no space for command line when there is a tabline v9.0.0670
authorBram Moolenaar <Bram@vim.org>
Thu, 6 Oct 2022 10:39:06 +0000 (11:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 6 Oct 2022 10:39:06 +0000 (11:39 +0100)
commitc9f5f73206272ccad0aa536854debc5f9781978a
tree2d1976965b9052140b4ad929e3f0227721c9c862
parentdb77cb3c08784e6038dd029271b2080c1b2d9acb
patch 9.0.0670: no space for command line when there is a tabline

Problem:    No space for command line when there is a tabline.
Solution:   Correct computation of where the command line should be.
            (closes #11295)
src/option.c
src/testdir/dumps/Test_cmdheight_tabline_1.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c
src/window.c