commit | 21662be2211675824df1771c7f169948ede40c41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 14:46:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 06 14:46:44 2016 +0100 |
tree | 581e7302d5aea00e6112561751222bd3b37a2efa | |
parent | 98500fdc6119eb5f02d7a52ab6ffcac3085181be [diff] [blame] |
patch 8.0.0068 Problem: Checking did_throw after executing autocommands is wrong. (Daniel Hahler) Solution: Call aborting() instead, and only when autocommands were executed.
diff --git a/src/version.c b/src/version.c index 548d578..4a0725b 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 68, +/**/ 67, /**/ 66,