aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_system.lua
Commit message (Expand)AuthorAge
* fix(vim.system): invalid MAX_TIMEOUT for 32-bit systems #31638Dan Pascu2024-12-20
* fix(vim.system): close pipe handles after process handleLewis Russell2024-12-04
* fix(vim.system): resolve executable paths on windowsLewis Russell2024-11-08
* perf(validate): use lighter versionLewis Russell2024-10-17
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(vim.system): don't process non-fast events during wait() (#27300)zeertzjq2024-02-02
* fix(lsp): fix incorrect typing and doc for `vim.lsp.rpc`Jongwook Choi2024-01-14
* fix(doc): improve doc generation of types using lpegLewis Russell2024-01-11
* fix: windows timeouts have exit code 1Lewis Russell2023-09-05
* refactor(vim.system): factor out on_exit handlingLewis Russell2023-09-05
* fix(vim.system): make timeout work properlyLewis Russell2023-09-05
* fix(vim.system): let on_exit handle cleanup after killLewis Russell2023-09-05
* fix(lua): improve annotations for stricter luals diagnostics (#24609)Christian Clason2023-08-09
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(vim.system): close check handle (#24270)zeertzjq2023-07-06
* feat(lua): add `vim.system()`Lewis Russell2023-06-07