summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-06 14:46:44 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-06 14:46:44 +0100
commit21662be2211675824df1771c7f169948ede40c41 (patch)
tree581e7302d5aea00e6112561751222bd3b37a2efa /src/version.c
parent98500fdc6119eb5f02d7a52ab6ffcac3085181be (diff)
downloadvim-git-21662be2211675824df1771c7f169948ede40c41.tar.gz
patch 8.0.0068v8.0.0068
Problem: Checking did_throw after executing autocommands is wrong. (Daniel Hahler) Solution: Call aborting() instead, and only when autocommands were executed.
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 548d578ef..4a0725bb3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 68,
+/**/
67,
/**/
66,