]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0710: popup window may hide part of Command line v9.1.0710
authorChristian Brabandt <cb@256bit.org>
Tue, 3 Sep 2024 16:20:13 +0000 (18:20 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 3 Sep 2024 16:20:13 +0000 (18:20 +0200)
commitf00f4d9cceb5251aefa0407922d31e7d50e6db14
tree6bf4755aa65a7a73b5cb41c794133a3b35441a20
parent3c07eb0c6730c258c6955ce8458cf911245c1617
patch 9.1.0710: popup window may hide part of Command line

Problem:  when a popup window covers the command line,
          the command line is not completely cleared on popup_hide()
          (yu3s)
Solution: Check if the popup window covers the command line and if it
          does, set the clear_cmdline flag.

fixes: #15608
closes: #15610

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/popupwin.c
src/testdir/dumps/Test_echowindow_9.dump
src/testdir/dumps/Test_popupwin_hide_clear_cmdline_01.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c