From f0e691442005c12a7c35746048f0942f44e23a4c Mon Sep 17 00:00:00 2001 From: Ernie Rael Date: Sat, 22 Jun 2024 11:12:00 +0200 Subject: patch 9.1.0513: Vim9: segfault with object comparison Problem: Vim9: segfault with object comparisons Solution: increment recusive_cnt before calling typval_compare_object() (Ernie Rael) closes: #15073 Signed-off-by: Ernie Rael Signed-off-by: Christian Brabandt --- 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 41d9281a37..e8f6a2d0d1 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 513, /**/ 512, /**/ -- cgit v1.2.3