feat: Improved previewers and cleanup

This commit is contained in:
TJ DeVries
2020-09-17 12:34:42 -04:00
parent 7bdb39b138
commit a9d9b3d8bf
5 changed files with 192 additions and 185 deletions

View File

@@ -593,6 +593,9 @@ function Picker:set_selection(row)
return
end
-- TODO: Probably should figure out what the rows are that made this happen...
-- Probably something with setting a row that's too high for this?
-- Not sure.
local set_ok, set_errmsg = pcall(function()
-- Handle adding '> ' to beginning of selections
if self._selection_row then