diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2025-09-16 11:41:36 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-16 11:41:36 +0800 |
| commit | ff777f9a858a5f360e220596c63bc69e19a1d5c1 (patch) | |
| tree | 6bd1403c45cc94811240a7f099c4f95eabed72c1 /runtime/lua/vim/_system.lua | |
| parent | e7ff13270824402e24fb60a584621d7b28cb0dd0 (diff) | |
docs: small fixes (#35791)
Close #34938
Close #35030
Close #35233
Close #35259
Close #35290
Close #35433
Close #35541
Close #35766
Close #35792
Co-authored-by: huylg <45591413+huylg@users.noreply.github.com>
Co-authored-by: Jason Del Ponte <961963+jasdel@users.noreply.github.com>
Co-authored-by: sooriya <74165167+thuvasooriya@users.noreply.github.com>
Co-authored-by: Andrew Braxton <andrewcbraxton@gmail.com>
Co-authored-by: Enric Calabuig <enric.calabuig@gmail.com>
Co-authored-by: Augusto César Dias <augusto.c.dias@gmail.com>
Co-authored-by: David Sierra DiazGranados <davidsierradz@gmail.com>
Co-authored-by: Stepan Nikitin <90522882+vectravox@users.noreply.github.com>
Co-authored-by: Emilien Breton <bricktech2000@gmail.com>
Diffstat (limited to 'runtime/lua/vim/_system.lua')
| -rw-r--r-- | runtime/lua/vim/_system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_system.lua b/runtime/lua/vim/_system.lua index 06f0a8e102..7ff61a1c68 100644 --- a/runtime/lua/vim/_system.lua +++ b/runtime/lua/vim/_system.lua @@ -503,7 +503,7 @@ end --- asynchronously. See return of SystemObj:wait(). --- --- @return vim.SystemObj ---- @overload fun(cmd: string, on_exit: fun(out: vim.SystemCompleted)): vim.SystemObj +--- @overload fun(cmd: string[], on_exit: fun(out: vim.SystemCompleted)): vim.SystemObj function vim.system(cmd, opts, on_exit) if type(opts) == 'function' then on_exit = opts |
