Skip to content

Commit

Permalink
fix: statusline messages no longer need active state. Fixes #211
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 10, 2022
1 parent fb0e3b0 commit e5092c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/api/status.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ local function NoiceStatus(name)
return Manager.get(filter, {
count = 1,
sort = true,
history = true,
})[1]
end
---@class NoiceStatus
Expand Down

0 comments on commit e5092c2

Please sign in to comment.