Skip to content

Commit

Permalink
style: added mode to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 25, 2022
1 parent 93e2bc6 commit fba0b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/util/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function M.is_blocking(opts)
end

local reason = opts.blocking and mode.blocking and "blocking"
or opts.mode and blocking_mode and "mode"
or opts.mode and blocking_mode and ("mode:" .. mode.mode)
or opts.input and Hacks.before_input and "input"
or opts.redraw and Hacks.inside_redraw and "redraw"
or nil
Expand Down

0 comments on commit fba0b1d

Please sign in to comment.