aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/iter.lua
Commit message (Expand)AuthorAge
* docs: vim.iter #26169Justin M. Keyes2023-11-25
* feat(vimdoc): support Markdown code blocks (#25127)Gregory Anders2023-09-13
* fix(iter): make pipeline termination conditions consistent (#24614)Gregory Anders2023-08-09
* docs: miscJustin M. Keyes2023-08-03
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2023-07-17
* fix(docs): vimdoc syntax errorsJustin M. Keyes2023-06-25
* docs #22363Justin M. Keyes2023-06-19
* feat(lua): use callable table as iterator in vim.iter (#23957)Mathias Fußenegger2023-06-10
* perf(iter): make ListIter.totable more efficient (#23714)Lewis Russell2023-06-03
* docs(iter): add emmylua type to iter module (#23845)Sebastian Lyng Johansen2023-06-03
* docs: small fixes (#23619)dundargoc2023-06-02
* perf(iter): reduce number of table allocationsGregory Anders2023-04-28
* refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* refactor(iter): use metatable as packed table tag (#23254)Gregory Anders2023-04-21
* fix(iter): remove special case totable for map-like tablesGregory Anders2023-04-19
* fix(iter): add tag to packed tableGregory Anders2023-04-19
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17