convert ERROR to WARN
This commit is contained in:
@@ -24,7 +24,7 @@ function M.get_global_config(prefix, base_bg)
|
|||||||
if vim.g[prefix .. "_dim_noncurrent_window"] then
|
if vim.g[prefix .. "_dim_noncurrent_window"] then
|
||||||
vim.notify(
|
vim.notify(
|
||||||
prefix .. "_dim_noncurrent_window is replaced by " .. prefix .. "_darken_noncurrent_window",
|
prefix .. "_dim_noncurrent_window is replaced by " .. prefix .. "_darken_noncurrent_window",
|
||||||
vim.log.levels.ERROR,
|
vim.log.levels.WARN,
|
||||||
{ title = "zenbones" }
|
{ title = "zenbones" }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user