summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-09-17 12:34:42 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-09-17 12:34:42 -0400
commita9d9b3d8bf694914a07a01749306dd5157b868d7 (patch)
treef274d94a7c251bd25496cc3d3a66d8d8751d9de3 /lua/telescope/pickers.lua
parent7bdb39b138ac49f20143d8a3a94467ecc32c23ed (diff)
feat: Improved previewers and cleanup
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index bf65a36..f9427c3 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -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