]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2165: Vim9: can simplify arg type checking code v9.0.2165
authorErnie Rael <errael@raelity.com>
Thu, 14 Dec 2023 19:17:04 +0000 (20:17 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 14 Dec 2023 19:19:54 +0000 (20:19 +0100)
commita8f7f92b56b42ea6a568eca889c48091f47fb429
treedf96c12d961fbab0feef7a173aff1dfa09a4951a
parentb077b58809f6bd1078f409829cc1964b8475f9fc
patch 9.0.2165: Vim9: can simplify arg type checking code

Problem:  Vim9: can simplify arg type checking code
Solution: In `f_argcheck` array use `arg_any`, instead of NULL

closes: #13674

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/evalfunc.c
src/version.c