comparison src/version.c @ 24291:93b401236991 v8.2.2686

patch 8.2.2686: status line is not updated when going to cmdline mode Commit: https://github.com/vim/vim/commit/ce0b75711afb3ff260967a0843bca46ec09604b5 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 1 18:47:14 2021 +0200 patch 8.2.2686: status line is not updated when going to cmdline mode Problem: Status line is not updated when going to cmdline mode. Solution: Redraw status lines if 'statusline' is set and going to status line mode. (based on patch from Justin M. Keyes et al., closes #8044)
author Bram Moolenaar <Bram@vim.org>
date Thu, 01 Apr 2021 19:00:03 +0200
parents 8938c0c98149
children bbf4b3185554
comparison
equal deleted inserted replaced
24290:b776f5c2e2c2 24291:93b401236991
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 2686,
753 /**/ 755 /**/
754 2685, 756 2685,
755 /**/ 757 /**/
756 2684, 758 2684,
757 /**/ 759 /**/