1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2021-02-06 17:30:31 +01:00
parent efa1923565
commit aad5f9d79a
3 changed files with 27 additions and 5 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2472,
/**/
2471,
/**/