This commit is contained in:
hrsh7th
2022-01-07 00:38:42 +09:00
parent 1b94aacada
commit 796f925915
4 changed files with 29 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ window.update = function(self)
-- In cmdline, vim does not redraw automatically.
if api.is_cmdline_mode() then
vim.api.nvim_win_call(self.win, function()
vim.cmd([[redraw]])
misc.redraw()
end)
end
end