commit | 883cf97f109d2ff281cf77f7b2e3bb44aced7cb3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 18:04:43 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 18:04:43 2021 +0100 |
tree | bf1e404fcfcce5648658fef7d106d79abcbcf1ed | |
parent | 97c6943e11516711541848e51db3cc2ace25bbb2 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8285df7..9d217e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2356, +/**/ 2355, /**/ 2354,