commit | d91467f830236ae35eb4108d329a1e26a3f1ebc6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 12:42:09 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 21 12:42:09 2020 +0100 |
tree | cbe55a471f51b515af5fde3a6096eae3eee618cf | |
parent | c71ee829efa948eefec3b8f0dbacf172fc1a4992 [diff] [blame] |
patch 8.2.2024: flicker when redrawing a popup with a title and border Problem: Flicker when redrawing a popup with a title and border. Solution: Do not redraw the border where the title is displayed. (Naruhiko Nishino, closes #7334)
diff --git a/src/version.c b/src/version.c index 5996bd6..ca29e34 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2024, +/**/ 2023, /**/ 2022,