comparison src/version.c @ 22954:7b0aa7e2274f v8.2.2024

patch 8.2.2024: flicker when redrawing a popup with a title and border Commit: https://github.com/vim/vim/commit/d91467f830236ae35eb4108d329a1e26a3f1ebc6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Nov 21 12:42:09 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 21 Nov 2020 12:45:03 +0100
parents 629472e2e4c5
children 9c8af140b2da
comparison
equal deleted inserted replaced
22953:504f63302ca4 22954:7b0aa7e2274f
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 2024,
753 /**/ 755 /**/
754 2023, 756 2023,
755 /**/ 757 /**/
756 2022, 758 2022,
757 /**/ 759 /**/