mirror of
https://github.com/neovim/neovim.git
synced 2026-05-04 13:05:05 +00:00
fix(health): add back vim.cmd.redraw() call (#37576)
Was erroneously removed by #37462 during rebase.
This commit is contained in:
@@ -383,6 +383,7 @@ local function progress_report(len)
|
|||||||
-- percent=0 omits the reporting of percentage, so use 1% instead
|
-- percent=0 omits the reporting of percentage, so use 1% instead
|
||||||
-- progress.percent = progress.percent == 0 and 1 or progress.percent
|
-- progress.percent = progress.percent == 0 and 1 or progress.percent
|
||||||
progress.id = vim.api.nvim_echo({ { fmt:format(...) } }, false, progress)
|
progress.id = vim.api.nvim_echo({ { fmt:format(...) } }, false, progress)
|
||||||
|
vim.cmd.redraw()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user