commit | 6a8b13614e5bcb233d20403ae9f008ccba152be3 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Feb 23 12:23:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 23 12:23:08 2022 +0000 |
tree | 0694a62d65b18effbea5b24892553f939eada10a | |
parent | 4791fcd82565adcc60b86830e0bb6cd5b6eea0a6 [diff] [blame] |
patch 8.2.4454: resetting cmdwin_type only for one situation Problem: Resetting cmdwin_type only for one situation. Solution: Reset cmdwin_type before closing windows. (closes #9822)
diff --git a/src/version.c b/src/version.c index 57f32cb..5da1833 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4454, +/**/ 4453, /**/ 4452,