]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2125: File info disappears when 'cmdheight' has decreased v9.0.2125
authorzeertzjq <zeertzjq@outlook.com>
Thu, 23 Nov 2023 19:37:01 +0000 (20:37 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 23 Nov 2023 19:37:01 +0000 (20:37 +0100)
commit40ed6711bd385051021691980e8ce16375b4b510
tree602781b462eaf48c9e638e231ec8fb744df002a6
parent2b0882fa6555b4d0197afbdfc32a4533cf6aacf4
patch 9.0.2125: File info disappears when 'cmdheight' has decreased

Problem:  File info disappears immediately when 'cmdheight' has just
          decreased due to switching tabpage and 'shortmess' doesn't
          contain 'o' or 'O'.
Solution: Make sure msg_row isn't smaller than cmdline_row.

fixes: #13560
closes: #13561

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/message.c
src/testdir/test_messages.vim
src/version.c