From 883cf97f109d2ff281cf77f7b2e3bb44aced7cb3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 15 Jan 2021 18:04:43 +0100 Subject: patch 8.2.2356: Vim9: ":put =expr" does not handle a list properly Problem: Vim9: ":put =expr" does not handle a list properly. Solution: Use the same logic as eval_to_string_eap(). (closes #7684) --- 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 8285df772..9d217e2a0 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2356, /**/ 2355, /**/ -- cgit v1.2.1