commit | 49c51b825a7435a750e64f7f0ebd09166e8559df | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 16:16:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 01 16:16:18 2021 +0200 |
tree | 6618c763a83c3c48975a3be908c30594f487d257 | |
parent | 5c504f680e63120fea36becfabb8d939d4449e34 [diff] [blame] |
patch 8.2.2685: custom statusline not drawn correctly with WinBar Problem: Custom statusline not drawn correctly with WinBar. Solution: Also adjust the column for the custom status line. (Yee Cheng Chin, closes #8047)
diff --git a/src/version.c b/src/version.c index 943a6f6..8a6e164 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2685, +/**/ 2684, /**/ 2683,