]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2433: opening cmdline window gives error in BufLeave autocommand v8.2.2433
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 20:40:03 +0000 (21:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Jan 2021 20:40:03 +0000 (21:40 +0100)
commitb63f3ca66db20f7b135aae706d36be538f91f8cc
treed34ee3698061bb62e3d7a04d58950d3998c64dd9
parent76ab5446d530a1c81ead0ee42cb55b4a4d515bad
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.
src/ex_cmds.c
src/testdir/test_cmdline.vim
src/version.c