]> granicus.if.org Git - vim/commit
patch 8.2.2472: crash when using command line window in an autocommand v8.2.2472
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 16:30:31 +0000 (17:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 16:30:31 +0000 (17:30 +0100)
commitaad5f9d79a2b71e9d2581eace3652be156102b9d
treecb56b72a943e0bd284e68179332e05dc6f778e11
parentefa1923565f0669d5bc09714b22a3b50cde03785
patch 8.2.2472: crash when using command line window in an autocommand

Problem:    Crash when using command line window in an autocommand.
            (houyunsong)
Solution:   Save and restore au_new_curbuf.
src/ex_cmds.c
src/testdir/test_autocmd.vim
src/version.c