commit | 98fb65cb051f625f4ce291a9f9cdb2e54ac1e688 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 20:33:32 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 02 20:33:32 2019 +0200 |
tree | 64f1ef68ac5d244619a0400f16672030c58d0a05 | |
parent | 1762731f2039d78fc8ddd785c3d3b52e5968c0f1 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 13961d4..29006c1 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1456, +/**/ 1455, /**/ 1454,