We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86e3ba8 commit cc9cf57Copy full SHA for cc9cf57
1 file changed
lua/fzf-lua/utils.lua
@@ -183,7 +183,7 @@ function M.notify(lvl, ...)
183
local function nvim_echo()
184
local echo_opts = {
185
verbose = false,
186
- err = M.__HAS_NVIM_011 and vim.log.levels.ERROR and true or nil,
+ err = M.__HAS_NVIM_011 and lvl == vim.log.levels.ERROR and true or nil,
187
}
188
vim.api.nvim_echo(chunks, true, echo_opts)
189
end
0 commit comments