]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1969: Vim9: map() may change the list or dict item type v8.2.1969
authorBram Moolenaar <Bram@vim.org>
Mon, 9 Nov 2020 17:31:39 +0000 (18:31 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Nov 2020 17:31:39 +0000 (18:31 +0100)
commitea696852e7abcdebaf7f17a7f23dc90df1f5e2ed
treeeedb0a14d24d7ec03f0caa021a1aafea78a1d83b
parent8cebd43e9774d2624af43ee5b86939886f2ba490
patch 8.2.1969: Vim9: map() may change the list or dict item type

Problem:    Vim9: map() may change the list or dict item type.
Solution:   Add mapnew().
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/list.c
src/proto/list.pro
src/testdir/test_filter_map.vim
src/version.c