| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2025-12-16 | fix(vim.pack): increase default timeout #36992 | Ian Beckett | 1 | |
| 2025-08-02 | fix(pack): use 'coxpcall.lua' on non-LuaJIT | Evgeni Chasnovski | 1 | |
| Problem: `attempt to yield across metamethod/C-call boundary` error when trying to use `vim.pack.add()`. Solution: use `pcall()` variant from 'coxpcall' on non-LuaJIT version of Lua. | ||||
| 2025-07-04 | feat(async): add `vim._async` | Lewis Russell | 1 | |
| Problem: no easy built-in way to do async Solution: add `vim._async` | ||||
