feat: improve UX with vim.notify (#1763)
* fix(notify): don't report request on new line * ref(notify): update message format * ref(msgs): always quote values + decrease duplication * fix(ci): undefined variables * ref(actions): temporary silent actions.__index errors * cleanup * revert: panic effort, we continue to use error for those Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
@@ -7,7 +7,7 @@ function p_window.get_window_options(picker, max_columns, max_lines)
|
||||
local getter = require("telescope.pickers.layout_strategies")[layout_strategy]
|
||||
|
||||
if not getter then
|
||||
error("Not a valid layout strategy: " .. layout_strategy)
|
||||
error(string.format("'%s' is not a valid layout strategy", layout_strategy))
|
||||
end
|
||||
|
||||
return getter(picker, max_columns, max_lines)
|
||||
|
||||
Reference in New Issue
Block a user