comparison src/version.c @ 28367:0902a477cd03 v8.2.4709

patch 8.2.4709: after :redraw the statusline highlight might be used Commit: https://github.com/vim/vim/commit/5017c66bd461eab46094e076ad1aa818e246ce9d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 7 18:06:08 2022 +0100 patch 8.2.4709: after :redraw the statusline highlight might be used Problem: After :redraw the statusline highlight might be used. Solution: Clear the screen attribute after redrawing the screen. (closes #10108)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Apr 2022 19:15:03 +0200
parents da2f2f8fd66e
children 38332c6da029
comparison
equal deleted inserted replaced
28366:832a949ab26d 28367:0902a477cd03
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4709,
749 /**/ 751 /**/
750 4708, 752 4708,
751 /**/ 753 /**/
752 4707, 754 4707,
753 /**/ 755 /**/