]> granicus.if.org Git - vim/commit
patch 8.2.4279: Vim9: cannot change item type with map() after range() v8.2.4279
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Feb 2022 12:11:58 +0000 (12:11 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Feb 2022 12:11:58 +0000 (12:11 +0000)
commit8133018f50bc447570825801e93d5ed67e8dac90
treeb59670eb8f761b319fad4ead8098674f603cede5
parent4e3b3182307444f205a5f35e257c651f0f3717ad
patch 8.2.4279: Vim9: cannot change item type with map() after range()

Problem:    Vim9: cannot change item type with map() after range().
Solution:   Split the return type in current type and declared type.
            (closes #9665)
src/evalfunc.c
src/proto/evalfunc.pro
src/proto/vim9type.pro
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9instr.c
src/vim9type.c