1
0
forked from aniani/vim

patch 9.0.0507: cmdline cleared when using :redrawstatus in CmdlineChanged

Problem:    Command line cleared when using :redrawstatus in CmdlineChanged
            autocommand event.
Solution:   Postpone the redraw. (closes #11162)
This commit is contained in:
Bram Moolenaar
2022-09-19 21:16:12 +01:00
parent a2b91036d1
commit bcd6924245
4 changed files with 34 additions and 2 deletions

View File

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