commit | aad5f9d79a2b71e9d2581eace3652be156102b9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 17:30:31 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 17:30:31 2021 +0100 |
tree | cb56b72a943e0bd284e68179332e05dc6f778e11 | |
parent | efa1923565f0669d5bc09714b22a3b50cde03785 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 2beec07..1b0faae 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2472, +/**/ 2471, /**/ 2470,