]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2473: crash when leaving command line window triggers autocommand v8.2.2473
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 17:08:45 +0000 (18:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 17:08:45 +0000 (18:08 +0100)
commit8c6951fa2836a1ae3257770e7b927a9380439912
treee05bd10a6c9b28a523904e7d08aa7acfe8c12753
parentaad5f9d79a2b71e9d2581eace3652be156102b9d
patch 8.2.2473: crash when leaving command line window triggers autocommand

Problem:    Crash when leaving command line window triggers autocommand.
            (houyunsong)
Solution:   Make sure not to close the current window or buffer.
src/ex_getln.c
src/testdir/test_autocmd.vim
src/version.c