comparison src/version.c @ 21803:e591b448a670 v8.2.1451

patch 8.2.1451: Vim9: list type at script level only uses first item Commit: https://github.com/vim/vim/commit/41fab3eac80893fd203663fc6a7ded09b04b633f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Aug 14 21:27:37 2020 +0200 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 https://github.com/vim/vim/issues/6712) Also for dictionary.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Aug 2020 21:30:04 +0200
parents 1344d45ca6f2
children fdd58acef1cc
comparison
equal deleted inserted replaced
21802:9c76dc7535a6 21803:e591b448a670
752 NULL 752 NULL
753 }; 753 };
754 754
755 static int included_patches[] = 755 static int included_patches[] =
756 { /* Add new patch number below this line */ 756 { /* Add new patch number below this line */
757 /**/
758 1451,
757 /**/ 759 /**/
758 1450, 760 1450,
759 /**/ 761 /**/
760 1449, 762 1449,
761 /**/ 763 /**/