mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-09 07:39:03 +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.