Skip to content

Commit

Permalink
fix: typo with hist messages. Fixes #815
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed May 18, 2024
1 parent 4a691f6 commit a0a40d3
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.msg_show)
local message = M.get(M.events.show)
message:set(hist)
Manager.add(message)
end
Expand Down

0 comments on commit a0a40d3

Please sign in to comment.