summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-15 18:04:43 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-15 18:04:43 +0100
commit883cf97f109d2ff281cf77f7b2e3bb44aced7cb3 (patch)
treebf1e404fcfcce5648658fef7d106d79abcbcf1ed /src/version.c
parent97c6943e11516711541848e51db3cc2ace25bbb2 (diff)
downloadvim-git-8.2.2356.tar.gz
patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356
Problem: Vim9: ":put =expr" does not handle a list properly. Solution: Use the same logic as eval_to_string_eap(). (closes #7684)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 8285df772..9d217e2a0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2356,
+/**/
2355,
/**/
2354,