summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/_system.lua
AgeCommit message (Expand)AuthorFiles
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-10-12docs: small fixes (#36146)zeertzjq1
2025-09-16docs: small fixes (#35791)zeertzjq1
2025-07-28docs: lsp, ui events, dev guidance, osc7Justin M. Keyes1
2025-07-10docs: move vim.system to own sectionLewis Russell1
2025-07-02fix(vim.system): env=nil passes env=nil to uv.spawnLewis Russell1
2025-06-25fix(vim.system): clear_env=true gives an invalid env to uv.spawn #33955Birdee1
2025-06-06fix: type fixesLewis Russell1
2025-05-29fix(vim.system): improve error message when cwd does not existLewis Russell1
2025-05-06docs(luv): replace bundled LuaCATS meta files with upstreamChristian Clason1
2025-04-16fix(vim.system): unclear non-executable message #33455Justin M. Keyes1
2024-12-20fix(vim.system): invalid MAX_TIMEOUT for 32-bit systems #31638Dan Pascu1
2024-12-04fix(vim.system): close pipe handles after process handleLewis Russell1
2024-11-08fix(vim.system): resolve executable paths on windowsLewis Russell1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-04-15fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes1
2024-02-02fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq1
2024-01-14fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell1
2023-09-05fix: windows timeouts have exit code 1Lewis Russell1
2023-09-05refactor(vim.system): factor out on_exit handlingLewis Russell1
2023-09-05fix(vim.system): make timeout work properlyLewis Russell1
2023-09-05fix(vim.system): let on_exit handle cleanup after killLewis Russell1
2023-08-09fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-06fix(vim.system): close check handle (#24270)zeertzjq1
2023-06-07feat(lua): add `vim.system()`Lewis Russell1