From 88bbdb04c2776ba69b8e5da58051fd94f8842b03 Mon Sep 17 00:00:00 2001 From: Yegappan Lakshmanan Date: Sun, 23 Jun 2024 10:00:04 +0200 Subject: patch 9.1.0516: need more tests for nested dicts and list comparision Problem: need more tests for nested dicts and list comparision Solution: Add tests for comparing deeply nested List/Dict values (Yegappan Lakshmanan) closes: #15081 Signed-off-by: Yegappan Lakshmanan 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 357f9c1e39..0fb66979d9 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 */ +/**/ + 516, /**/ 515, /**/ -- cgit v1.2.3