aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/iter_spec.lua
Commit message (Collapse)AuthorAge
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
| | | | A table passed to `vim.iter` can be a class instance with a `__call` implementation for the iterator protocol.
* test: move vim.iter tests to separate fileGregory Anders2023-04-24