]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0855: setting 'cmdheight' may cause hit-enter-prompt v9.1.0855
authornwounkn <nwounkn@gmail.com>
Mon, 11 Nov 2024 20:48:30 +0000 (21:48 +0100)
committerChristian Brabandt <cb@256bit.org>
Mon, 11 Nov 2024 20:48:30 +0000 (21:48 +0100)
commit2e48567007f2becd484a3c3dd0706bf3a0beeae7
tree1d16e8aa1aacaddd225becb6bcdeef8d0cb4bcf3
parentfeea1b444e8dabddc10f380ff61ef97f4ff6fa62
patch 9.1.0855: setting 'cmdheight' may cause hit-enter-prompt

Problem:  setting 'cmdheight' may cause hit-enter-prompt and echo output
          to be missing
Solution: Before cleaning the cmdline, check the need_wait_return flag
          (nwounkn)

closes: #13432

Signed-off-by: nwounkn <nwounkn@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/dumps/Test_changing_cmdheight_7.dump [new file with mode: 0644]
src/testdir/test_cmdline.vim
src/version.c
src/window.c