]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1448: statusline is sometimes drawn on top of popup v8.1.1448
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 12:12:11 +0000 (14:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 12:12:11 +0000 (14:12 +0200)
commit988c43310a8dcfad9fbacd110b50ba220227d19a
tree4d3353d7f58b23bbc3b93359ddf7bdf05c857908
parent7b29dd850752b975baef47b66c590f5e978ad847
patch 8.1.1448: statusline is sometimes drawn on top of popup

Problem:    Statusline is sometimes drawn on top of popup.
Solution:   Redraw popups after the statusline. (Naruhiko Nishino,
            closes #4468)
src/screen.c
src/testdir/dumps/Test_popupwin_behind.dump [new file with mode: 0644]
src/testdir/test_popupwin.vim
src/version.c