1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-04-01 18:47:14 +02:00
parent 49c51b825a
commit ce0b75711a
5 changed files with 42 additions and 0 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2686,
/**/
2685,
/**/