]> granicus.if.org Git - vim/commit
patch 8.1.1456: WinBar not redrawn after scrolling one line v8.1.1456
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 18:33:32 +0000 (20:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Jun 2019 18:33:32 +0000 (20:33 +0200)
commit98fb65cb051f625f4ce291a9f9cdb2e54ac1e688
tree64f1ef68ac5d244619a0400f16672030c58d0a05
parent1762731f2039d78fc8ddd785c3d3b52e5968c0f1
patch 8.1.1456: WinBar not redrawn after scrolling one line

Problem:    WinBar not redrawn after scrolling one line.
Solution:   Exclude the winbar height when deciding what to redraw.
            (closes #4473)
src/screen.c
src/testdir/test_winbar.vim
src/version.c