commit | 1d97efce0ce31ddf0dd4c1ae2228ef4caee6880c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 13:27:11 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 04 13:27:11 2021 +0200 |
tree | 84282e48cccf1b5ff809d044f8a39e41adbd1fd9 | |
parent | 6c72fd51a899e6f0c272b08b9784d3c7a3cede20 [diff] [blame] |
patch 8.2.3097: crash when using "quit" at recovery prompt Problem: Crash when using "quit" at recovery prompt and autocommands are triggered. Solution: Block autocommands when creating an empty buffer to use as the current buffer. (closes #8506)
diff --git a/src/version.c b/src/version.c index fde11a7..f6d5758 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3097, +/**/ 3096, /**/ 3095,