Skip to content

Commit a3ff145

Browse files
committed
fix(messages): showcmd messages redraw the screen again
1 parent 1b9e1ee commit a3ff145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/ui/message.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,8 @@ message.__showcmd = function (content)
13531353
1, math.floor(window_config.width / 2)
13541354
});
13551355

1356-
utils.redraw({
1356+
-- `Showcmd` messages should always be updated!
1357+
vim.api.nvim__redraw({
13571358
flush = true,
13581359
win = message.show_window
13591360
});

0 commit comments

Comments
 (0)