]> granicus.if.org Git - vim/commit
patch 9.0.0114: the command line takes up space even when not used v9.0.0114
authorShougo Matsushita <Shougo.Matsu@gmail.com>
Sat, 30 Jul 2022 15:54:05 +0000 (16:54 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jul 2022 15:54:05 +0000 (16:54 +0100)
commitf39cfb72629f3e7fefaf578a3faa2619cd0654f8
treea990dd08ff44924fdfe2b915644fe49e4996ea99
parentd90f91fe3075bb51668ed926182b2163da9df001
patch 9.0.0114: the command line takes up space even when not used

Problem:    The command line takes up space even when not used.
Solution:   Allow for 'cmdheight' to be set to zero. (Shougo Matsushita,
            closes #10675, closes #940)
16 files changed:
runtime/doc/options.txt
src/drawscreen.c
src/ex_cmds.c
src/ex_getln.c
src/getchar.c
src/message.c
src/normal.c
src/ops.c
src/option.c
src/register.c
src/screen.c
src/testdir/gen_opt_test.vim
src/testdir/test_messages.vim
src/testdir/test_window_cmd.vim
src/version.c
src/window.c