comparison src/version.c @ 24527:a878e5e892cf v8.2.2803

patch 8.2.2803: flicker when the popup menu has an info popup Commit: https://github.com/vim/vim/commit/e0c03c8e107f109eadab145e18544d8e74a6976e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 23 21:01:34 2021 +0200 patch 8.2.2803: flicker when the popup menu has an info popup Problem: Flicker when the popup menu has an info popup. Solution: Avoid drawing over the popup when it's going to be redrawn in the same position. (closes #8131) Also avoid redrawing the scrollbar.
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Apr 2021 21:15:04 +0200
parents 887121a6d7cf
children db2b4e867d06
comparison
equal deleted inserted replaced
24526:df39b96338bb 24527:a878e5e892cf
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 2803,
753 /**/ 755 /**/
754 2802, 756 2802,
755 /**/ 757 /**/
756 2801, 758 2801,
757 /**/ 759 /**/