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:
@@ -39,7 +39,7 @@ entry_display.create = function(configuration)
|
||||
return function(self, picker)
|
||||
local results = {}
|
||||
local highlights = {}
|
||||
for i = 1, table.getn(generator) do
|
||||
for i = 1, #generator do
|
||||
if self[i] ~= nil then
|
||||
local str, hl = generator[i](self[i], picker)
|
||||
if hl then
|
||||
|
||||
Reference in New Issue
Block a user