neovim/scripts
zeertzjq 545aafbeb8
vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638)
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: vim/vim#15097
closes: vim/vim#15109

48b7d05a4f

Co-authored-by: LemonBoy <thatlemon@gmail.com>
2024-07-10 08:07:16 +08:00
..
bump_deps.lua
cdoc_grammar.lua
cdoc_parser.lua
check_urls.vim vim-patch:1c5728e0c4a9 (#28703) 2024-05-11 18:14:03 +08:00
cliff.toml build(release.sh): use git cliff, drop old script 2024-05-16 00:19:17 +02:00
download-unicode-files.sh
gen_eval_files.lua vim-patch:9.1.0547: No way to get the arity of a Vim function (#29638) 2024-07-10 08:07:16 +08:00
gen_filetype.lua
gen_help_html.lua fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583) 2024-07-09 19:17:50 +08:00
gen_lsp.lua refactor(lsp): use tuple syntax in generated protocol types (#29110) 2024-05-31 16:48:05 +02:00
gen_vimdoc.lua refactor(lua): improve type annotations 2024-06-11 12:45:43 +01:00
genappimage.sh
lintcommit.lua ci(lintcommit): allow capitalized letter after colon in description (#29480) 2024-06-26 05:08:15 +08:00
lintdoc.lua
luacats_grammar.lua fix(types): use vararg return type annotation 2024-06-11 16:36:29 +01:00
luacats_parser.lua fix(gen_vimdoc): correctly generate function fields 2024-06-22 20:00:13 +01:00
release.sh build(release.sh): set VIMRUNTIME when regenerating docs (#28765) 2024-05-16 07:21:19 +08:00
shadacat.py
text_utils.lua
update_terminfo.sh
vim-patch.sh build(vim-patch.sh): don't ignore changes to version*.txt (#29425) 2024-06-20 20:16:53 +08:00
vimpatch.lua
windows.ti