]> granicus.if.org Git - vim/commit
patch 8.2.1133: Vim9: return type of add() is not specific enough v8.2.1133
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:07:21 +0000 (16:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Jul 2020 14:07:21 +0000 (16:07 +0200)
commitfce82b3aa7dd87f9e15a4c12eda2c65de285d99a
tree7e014774cc045782b0fa7e0ff6b225d7b62826a7
parent9978d473e32cee928d6f901a5eb9a297a2970132
patch 8.2.1133: Vim9: return type of add() is not specific enough

Problem:    Vim9: return type of add() is not specific enough.
Solution:   Return the type of the first argument. (closes #6395)
src/evalfunc.c
src/testdir/test_vim9_func.vim
src/version.c