commit | 600323b4ef51a58a8e800d8ca469383a3c911db7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 22:16:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 16 22:16:47 2018 +0200 |
tree | 46fb6deba8ab76a4a4b0bd50e814cec08ac05cf7 | |
parent | bc5020aa4d7ef4aea88395eff858f74fc881eab9 [diff] [blame] |
patch 8.1.0060: crash when autocommands delete the current buffer Problem: Crash when autocommands delete the current buffer. (Dominique Pelle) Solution: Check that autocommands don't change the buffer.
diff --git a/src/version.c b/src/version.c index 68b4c26..6406e6c 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 60, +/**/ 59, /**/ 58,