commit | 127542bcebeb6480493b09d75a3be1d98a5f7797 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 17:22:04 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 09 17:22:04 2020 +0200 |
tree | 6fab1472b83f66f4a453e11bbc5ee9611a00fb40 | |
parent | a1b9b0cc011ef15869ac25cb93e1b4baa0cb7f38 [diff] [blame] |
patch 8.2.1407: Vim9: type of list and dict only depends on first item Problem: Vim9: type of list and dict only depends on first item. Solution: Use all items to decide about the type.
diff --git a/src/version.c b/src/version.c index 7761346..e7dd7dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1407, +/**/ 1406, /**/ 1405,