summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/iter_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-02-12feat(iter): peek(), skip(predicate) for non-list iterators #37604Elijah Koulaxis1
2026-02-10feat(lua): add `Iter:unique()` (#37592)Olivia Kinnear1
2025-07-22fix(iter): ArrayIter:last returns nil when filtered to empty #34697glepnir1
2025-07-03feat(runtime): accept predicates in take and skip (#34657)Mart-Mihkel Aun1
2024-05-17fix(vim.iter): enable optimizations for arrays (lists with holes) (#28781)Gregory Anders1
2024-04-26refactor(vim.iter)!: rename xxback() => rxx() #28503Justin M. Keyes1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-23fix(vim.iter): use correct cmp function when truncating tail in `take` (#27998)Calvin Bochulak1
2024-01-10feat(vim.iter): add Iter:flatten (#26786)JD1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-12feat(iter): add `Iter.take` (#26525)Will Hopkins1
2023-12-05feat(lua): implement Iter:join() (#26416)Gregory Anders1
2023-08-09fix(iter): make pipeline termination conditions consistent (#24614)Gregory Anders1
2023-06-10feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger1
2023-04-24test: move vim.iter tests to separate fileGregory Anders1