Skip to content

Commit

Permalink
chore: latest backport changes for _system.lua (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesmithgh authored Jan 13, 2024
1 parent 2a642eb commit d9a05cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lua/kitty-scrollback/backport/_system.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-- NOTE: copied from
-- https://github.com/neovim/neovim/blob/a8a93e517f9eb988ee86170d9a77382637dd24a3/runtime/lua/vim/_system.lua
-- https://github.com/neovim/neovim/blob/2dc439c672facaeb8e51ef6aa20efc0e7092eee2/runtime/lua/vim/_system.lua

---@diagnostic disable
local uv = vim.uv

--- @class SystemOpts
--- @class vim.SystemOpts
--- @field stdin? string|string[]|true
--- @field stdout? fun(err:string?, data: string?)|false
--- @field stderr? fun(err:string?, data: string?)|false
Expand Down Expand Up @@ -306,7 +306,7 @@ end
--- Run a system command
---
--- @param cmd string[]
--- @param opts? SystemOpts
--- @param opts? vim.SystemOpts
--- @param on_exit? fun(out: vim.SystemCompleted)
--- @return vim.SystemObj
function M.run(cmd, opts, on_exit)
Expand Down
2 changes: 1 addition & 1 deletion lua/kitty-scrollback/backport/backport-sha.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"runtime/lua/vim/_system.lua": "9e8813381da9093060dfd09065499e87ac23d673a7fa53a52b6e6dfac0cd6e7e",
"runtime/lua/vim/_system.lua": "5972ca477f6d83e9103a4db90602a31a61244a9a84db03808103aada8dc3deeb",
"runtime/lua/vim/version.lua": "13e8e24261ae88d9d9436002743801b01651552c7e2dfa720eda35b101387616"
}

0 comments on commit d9a05cc

Please sign in to comment.