1
0
forked from aniani/vim

patch 8.2.4438: crash on exit when using cmdline window

Problem:    Crash on exit when using cmdline window.
Solution:   Reset "cmdwin_type" before exiting. (closes #9817)
This commit is contained in:
Bram Moolenaar
2022-02-22 12:08:07 +00:00
parent 0f113e4f7b
commit ca0c1caa36
3 changed files with 19 additions and 0 deletions

View File

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