]> granicus.if.org Git - vim/commit
patch 8.2.2799: Vim9: type casts don't fully work at the script level v8.2.2799
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 15:57:26 +0000 (17:57 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 15:57:26 +0000 (17:57 +0200)
commit459fbdbf9216bc7b4721fc192e08b35039036caa
treed038aa9267a2efe1e1dae0cefea0c26a4e1ca098
parenta369c3d9c1217cd932bc3d1751a8cff1f5aef1e4
patch 8.2.2799: Vim9: type casts don't fully work at the script level

Problem:    Vim9: type casts don't fully work at the script level.
Solution:   Implement the missing piece.
src/eval.c
src/testdir/test_vim9_expr.vim
src/version.c