]> granicus.if.org Git - vim/commit
patch 8.2.4426: map() function on string and blob does not check types v8.2.4426
authorBram Moolenaar <Bram@vim.org>
Sun, 20 Feb 2022 18:26:46 +0000 (18:26 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 20 Feb 2022 18:26:46 +0000 (18:26 +0000)
commitc1e6c7bafec1115b690c745a28e1a6338750b137
tree2299cd11918b10569a201ef2f151afbf4ce4602f
parenteddd4fc4f6d9d626374a73861c891f95ef999133
patch 8.2.4426: map() function on string and blob does not check types

Problem:    map() function on string and blob does not check argument types at
            compile time.
Solution:   Check string and blob argument types.  Support "0z1234->func()".
src/evalfunc.c
src/ex_docmd.c
src/testdir/test_vim9_builtin.vim
src/version.c
src/vim9compile.c