patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand

Problem:    Opening cmdline window gives error in BufLeave autocommand.
Solution:   Reset cmdwin_type when triggering the autocommand.
This commit is contained in:
Bram Moolenaar
2021-01-30 21:40:03 +01:00
parent 76ab5446d5
commit b63f3ca66d
3 changed files with 12 additions and 0 deletions

View File

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