commit | ca0c1caa36823ea8e61184268d7337e79995352f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 12:08:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 12:08:07 2022 +0000 |
tree | 5a2044bc653f5d4dc48dd3c0499cab92c152321c | |
parent | 0f113e4f7b698fc94c1a8377afdb7249329beaee [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 7001029..399aef9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4438, +/**/ 4437, /**/ 4436,