From fe1bfc9b267fffedac6b5224d7aa6cc5d9d15f64 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 Feb 2022 13:55:03 +0000 Subject: patch 8.2.4309: Vim9: crash when using a partial in the wrong context Problem: Vim9: crash when using a partial in the wrong context. Solution: Don't use an NULL outer pointer. (closes #9706) --- 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 4c48d5f60..37d653d3a 100644 --- a/src/version.c +++ b/src/version.c @@ -746,6 +746,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4309, /**/ 4308, /**/ -- cgit v1.2.1