fix(man.lua): don't continue on command error

Fix #21169

(cherry picked from commit 43648ebb69)
This commit is contained in:
zeertzjq
2023-04-11 08:31:48 +08:00
committed by github-actions[bot]
parent 00a1a9327e
commit 14e3936871

View File

@@ -64,6 +64,7 @@ local function system(cmd_, silent, env)
local cmd_str = table.concat(cmd, ' ')
man_error(string.format('command error: %s', cmd_str))
end
return ''
end
vim.wait(30000, function()