From 21662be2211675824df1771c7f169948ede40c41 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 Nov 2016 14:46:44 +0100 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 548d578ef..4a0725bb3 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 68, /**/ 67, /**/ -- cgit v1.2.1