commit | 668008be66326ed9e5b1122abede34ed3d2de2d8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 19:06:35 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 01 19:06:35 2020 +0200 |
tree | f2095fa589aa2ecb333fc0d88589692add598ada | |
parent | 0022675aa362da0969666e48ced252b57ca1f79e [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 39dcf2e..bbe6dd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1780, +/**/ 1779, /**/ 1778,