diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-04-17 12:54:19 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-17 12:54:19 -0600 |
commit | ab1edecfb7c73c82c2d5886cb8e270b44aca7d01 (patch) | |
tree | ebb6a3218cc2e9c3135fe5c791a794e3c580df62 /scripts/genvimvim.lua | |
parent | 6cc76011ca28ff61f1c2f8de6d895d4c6d0a1ad8 (diff) | |
download | rneovim-ab1edecfb7c73c82c2d5886cb8e270b44aca7d01.tar.gz rneovim-ab1edecfb7c73c82c2d5886cb8e270b44aca7d01.tar.bz2 rneovim-ab1edecfb7c73c82c2d5886cb8e270b44aca7d01.zip |
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.
Diffstat (limited to 'scripts/genvimvim.lua')
0 files changed, 0 insertions, 0 deletions