]> granicus.if.org Git - vim/commit
patch 8.2.2443: Vim9: no compile time error for wrong str2float argument v8.2.2443
authorBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 19:48:58 +0000 (20:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 31 Jan 2021 19:48:58 +0000 (20:48 +0100)
commit80ad3e25697cf759d5af5cd13e8b124c1cd657f5
treeba7155fcb4002ce2f6c77b3244e9b2812e970157
parentf272ae12ac064856b710046393d5bf9b1670076d
patch 8.2.2443: Vim9: no compile time error for wrong str2float argument

Problem:    Vim9: no compile time error for wrong str2float argument.
Solution:   Check argument type. (closes #7759)
src/evalfunc.c
src/testdir/test_vim9_builtin.vim
src/version.c