summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_async.lua
AgeCommit message (Collapse)AuthorFiles
2025-12-16fix(vim.pack): increase default timeout #36992Ian Beckett1
2025-08-02fix(pack): use 'coxpcall.lua' on non-LuaJITEvgeni Chasnovski1
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-04feat(async): add `vim._async`Lewis Russell1
Problem: no easy built-in way to do async Solution: add `vim._async`