]> granicus.if.org Git - vim/commit
patch 8.2.1780: statusline not updated when splitting windows v8.2.1780
authorBram Moolenaar <Bram@vim.org>
Thu, 1 Oct 2020 17:06:35 +0000 (19:06 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 1 Oct 2020 17:06:35 +0000 (19:06 +0200)
commit668008be66326ed9e5b1122abede34ed3d2de2d8
treef2095fa589aa2ecb333fc0d88589692add598ada
parent0022675aa362da0969666e48ced252b57ca1f79e
patch 8.2.1780: statusline not updated when splitting windows

Problem:    Statusline not updated when splitting windows.
Solution:   Call status_redraw_all(). (Jason Franklin, closes #5496)
src/testdir/test_statusline.vim
src/version.c
src/window.c