commit | 35d8c2010ea6ee5c9bcfa6a8285648172b92ed83 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 11:46:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 03 11:46:00 2022 +0000 |
tree | ca1dc088d5fcc6e11b15c5de07f329da7b9408b0 | |
parent | fe9112e630672dcd95e6b384c86f50c27ec10fed [diff] [blame] |
patch 8.2.4497: wrong color for half of wide character next to pum scrollbar Problem: Wrong color for half of wide character next to pum scrollbar. Solution: Redraw the screen cell with the right color. (closes #9874)
diff --git a/src/version.c b/src/version.c index f3dff4f..73b6af7 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4497, +/**/ 4496, /**/ 4495,