]> granicus.if.org Git - vim/commit
patch 8.2.1142: Vim9: return type of insert() is any v8.2.1142
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 18:47:18 +0000 (20:47 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 18:47:18 +0000 (20:47 +0200)
commit252e88a78535d239ec4b764d8e3f04aad5a94a76
tree4f86fde849b019a7a2747451b99a036d54065960
parent0d94ad69586972e7522ec6ca1441a517af2ade7a
patch 8.2.1142: Vim9: return type of insert() is any

Problem:    Vim9: return type of insert() is any.
Solution:   Use type of the first argument.
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c