Skip to content

Commit

Permalink
fix(msg): add historical messages as a msg_show instead of history so…
Browse files Browse the repository at this point in the history
… it doesnt popup
  • Loading branch information
folke committed May 18, 2024
1 parent 2c49d4a commit b9b4818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/ui/msg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function M.setup()
if hist == "" then
return
end
local message = M.get(M.events.history_show)
local message = M.get(M.events.msg_show)
message:set(hist)
Manager.add(message)
end
Expand Down

0 comments on commit b9b4818

Please sign in to comment.