commit | 41fab3eac80893fd203663fc6a7ded09b04b633f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:27:37 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 21:27:37 2020 +0200 |
tree | 38c127f5920ba148355c5b9ebe8e35e49765ecac | |
parent | 7d6997015d533604f18756e59b4a2a1266a66a97 [diff] [blame] |
patch 8.2.1451: Vim9: list type at script level only uses first item Problem: Vim9: list type at script level only uses first item. Solution: Use all members, like in a compiled function. (closes #6712) Also for dictionary.
diff --git a/src/version.c b/src/version.c index ce5bfb0..132af7c 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1451, +/**/ 1450, /**/ 1449,