parent
317c98d64c
commit
609fffa462
|
@ -151,6 +151,9 @@ local git_command = async.create(function(args, spec)
|
|||
spec.text = true
|
||||
end
|
||||
|
||||
-- Fix #895. Only needed for Nvim 0.9 and older
|
||||
spec.clear_env = true
|
||||
|
||||
--- @type vim.SystemCompleted
|
||||
local obj = asystem(cmd, spec)
|
||||
local stdout = obj.stdout
|
||||
|
|
Loading…
Reference in New Issue