1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 17:55:41 +08:00

perf(repl): update statusline on exit

This commit is contained in:
wsdjeg 2023-09-06 13:31:30 +08:00
parent bdd44ddb27
commit dd7edf0054

View File

@ -120,6 +120,7 @@ end
local function on_exit(id, code, single)
end_time = vim.fn.reltime(start_time)
status.is_exit = true
status.is_running = false
status.exit_code = code
local done = {
'',