]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0547: No way to get the arity of a Vim function v9.1.0547
authorLemonBoy <thatlemon@gmail.com>
Tue, 9 Jul 2024 16:24:59 +0000 (18:24 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 9 Jul 2024 16:31:12 +0000 (18:31 +0200)
commit48b7d05a4f88c4326bd5d7a73a523f2d953b3e51
tree241c33ce0660a03e6705448665be9dbb133de211
parent03acd4761be1c2766d3ec17534ea63cdf8dd565d
patch 9.1.0547: No way to get the arity of a Vim function

Problem:  No way to get the arity of a Vim function
          (Austin Ziegler)
Solution: Enhance get() Vim script function to return the function
          argument info using get(func, "arity") (LemonBoy)

fixes: #15097
closes: #15109

Signed-off-by: LemonBoy <thatlemon@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/tags
runtime/doc/version9.txt
src/evalfunc.c
src/proto/userfunc.pro
src/testdir/test_getvar.vim
src/testdir/test_partial.vim
src/userfunc.c
src/version.c