]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1724: vim9class constructor argument type checking bug v9.0.1724
authorh-east <h.east.727@gmail.com>
Wed, 16 Aug 2023 12:49:54 +0000 (21:49 +0900)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Aug 2023 20:31:10 +0000 (22:31 +0200)
commit2261c89a49ff2115e1ccc9ab9211e9f0d5a37578
treeb9ff6a0647672805578e1c7a0da038b134c565ca
parent5a0dd71ed914158ed21576516519e43f1e64bb78
patch 9.0.1724: vim9class constructor argument type checking bug

Problem: vim9class constructor argument type checking bug
Solution: fix it

closes: #12816

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: h-east <h.east.727@gmail.com>
src/proto/vim9instr.pro
src/testdir/test_vim9_class.vim
src/version.c
src/vim9expr.c
src/vim9instr.c