mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-10 08:08:15 +00:00
When filtering is applied, `picker:get_index(picker:get_selection_row())` returns index relative to the filtered entry list rather than the original full results. This causes inaccurate indexing into the `cache_pickers` table.
(cherry picked from commit 74be3c3bba)