diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-15 18:04:43 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-15 18:04:43 +0100 |
commit | 883cf97f109d2ff281cf77f7b2e3bb44aced7cb3 (patch) | |
tree | bf1e404fcfcce5648658fef7d106d79abcbcf1ed /src/version.c | |
parent | 97c6943e11516711541848e51db3cc2ace25bbb2 (diff) | |
download | vim-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.c | 2 |
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, |