From 1d34189ecb99fa76363c06e1aa815c1075675a1c Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 18 Sep 2021 15:25:52 +0200 Subject: patch 8.2.3448: :endtry after function call that throws not found Problem: :endtry after function call that throws not found. Solution: Do check for following :endtry if an exception is being thrown. (closes #8889) --- 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 9cd1495ac..38f901757 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3448, /**/ 3447, /**/ -- cgit v1.2.1