commit | 2ba51236fb7c27fe16dad4c44242f00e17c19726 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 15 16:22:38 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 15 16:22:38 2023 +0100 |
tree | c394d7f9f7ca93244bbb169a4c42c6e1870f385e | |
parent | a2c0028fdf8dcf0408e27be730ac0e691ef9559b [diff] [blame] |
patch 9.0.1559: function argument types not always checked Problem: Function argument types not always checked and using v:none may cause an error. Solution: Check argument types once the function type is known. Do not give an error for using v:none as an argument. (closes #12200)
diff --git a/src/testdir/test_vim9_func.vim b/src/testdir/test_vim9_func.vim index ffb8de4..ecdbd5e 100644 --- a/src/testdir/test_vim9_func.vim +++ b/src/testdir/test_vim9_func.vim Binary files differ