commit | 351ead09dd365ebdee2bfa27ab22542d4920c779 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:07:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 16 16:07:01 2021 +0100 |
tree | 9db487e9482e7c44f4e2fd817c7f187b636ec9cf | |
parent | 7c886db915035bc064ca307f02c34ae9d99cc733 [diff] [blame] |
patch 8.2.2362: Vim9: check of builtin function argument type is incomplete Problem: Vim9: check of builtin function argument type is incomplete. Solution: Use need_type() instead of check_arg_type().
diff --git a/src/version.c b/src/version.c index 8dccaf2..73bdc24 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2362, +/**/ 2361, /**/ 2360,