This commit is contained in:
Dax T. Games 2019-11-23 18:13:03 -05:00
parent ddec3e8425
commit 0cf1c5e2eb

2
vendor/clink.lua vendored
View File

@ -285,7 +285,7 @@ end
-- @return {bool}
---
local function get_git_status_setting()
gitStatusSetting = io.popen("git --no-pager config -l")
gitStatusSetting = io.popen("git --no-pager config -l 2>nul")
for line in gitStatusSetting:lines() do
if string.match(line, 'cmder.status=false') or string.match(line, 'cmder.cmdstatus=false') then