neovim/runtime/lua
Gregory Anders ab1edecfb7
feat(lua): add vim.iter (#23029)
vim.iter wraps a table or iterator function into an `Iter` object with
methods such as `filter`, `map`, and `fold` which can be chained to
produce iterator pipelines that do not create new tables at each step.
2023-04-17 12:54:19 -06:00
..
nvim refactor: deprecate checkhealth functions 2023-04-15 23:40:48 +02:00
provider fix(checkhealth): shell_error and cpanm module 2023-04-16 12:39:48 +02:00
vim feat(lua): add vim.iter (#23029) 2023-04-17 12:54:19 -06:00
_vim9script.lua feat(api): nvim_exec2(), deprecate nvim_exec() #19032 2023-03-25 09:58:48 -07:00
editorconfig.lua feat(lua): vim.tbl_contains supports general tables and predicates (#23040) 2023-04-14 10:39:57 +02:00
man.lua fix(man.lua): don't continue on command error (#23009) 2023-04-11 09:35:01 +08:00