mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-14 02:35:41 +08:00
perf(repl): update statusline on exit
This commit is contained in:
parent
bdd44ddb27
commit
dd7edf0054
@ -120,6 +120,7 @@ end
|
|||||||
local function on_exit(id, code, single)
|
local function on_exit(id, code, single)
|
||||||
end_time = vim.fn.reltime(start_time)
|
end_time = vim.fn.reltime(start_time)
|
||||||
status.is_exit = true
|
status.is_exit = true
|
||||||
|
status.is_running = false
|
||||||
status.exit_code = code
|
status.exit_code = code
|
||||||
local done = {
|
local done = {
|
||||||
'',
|
'',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user