commit | 8c6951fa2836a1ae3257770e7b927a9380439912 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:08:45 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 18:08:45 2021 +0100 |
tree | e05bd10a6c9b28a523904e7d08aa7acfe8c12753 | |
parent | aad5f9d79a2b71e9d2581eace3652be156102b9d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 1b0faae..254aafd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2473, +/**/ 2472, /**/ 2471,