neovim/runtime/lua
NAKAI Tsuyoshi 4573cfa3ad
fix(lua): pesc, tbl_islist result types #20751
Problem:
- pesc() returns multiple results, it should return a single result.
- tbl_islist() returns non-boolean in some branches.
- Docstring: @generic must be declared first

Solution:
Constrain docstring annotations.
Fix return types.

Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
2022-10-24 05:53:53 -07:00
..
man feat(man): add health check 2022-10-10 15:58:44 +01:00
vim fix(lua): pesc, tbl_islist result types #20751 2022-10-24 05:53:53 -07:00
health.lua refactor(checkhealth)!: rename to vim.health, move logic to Lua #18720 2022-05-31 11:10:18 -07:00
man.lua fix(man): handle absolute paths as :Man targets (#20624) 2022-10-17 10:37:44 +01:00