commit | b63f3ca66db20f7b135aae706d36be538f91f8cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:40:03 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 30 21:40:03 2021 +0100 |
tree | d34ee3698061bb62e3d7a04d58950d3998c64dd9 | |
parent | 76ab5446d530a1c81ead0ee42cb55b4a4d515bad [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index dc20c33..555a2f9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2433, +/**/ 2432, /**/ 2431,