]> granicus.if.org Git - vim/commit
patch 8.2.2664: Vim9: not enough function arguments checked for string v8.2.2664
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 17:59:25 +0000 (18:59 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Mar 2021 17:59:25 +0000 (18:59 +0100)
commit32105ae88f3aa6a6af30336f0bc9f8eb81292cd7
treee414430d7c9e30127d37998fc0e427f3c4a8cdf3
parent79efa2e3b3cdab8c21d95ba4ed9cb573566af531
patch 8.2.2664: Vim9: not enough function arguments checked for string

Problem:    Vim9: not enough function arguments checked for string.
Solution:   Check in balloon functions.  Refactor function arguments.
src/evalfunc.c
src/filepath.c
src/mbyte.c
src/proto/typval.pro
src/testdir/test_vim9_builtin.vim
src/typval.c
src/version.c