mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-10 16:09:38 +00:00
Sets the `current_line` global state earlier in the event loop rather
than in `get_results_completor`. This makes it safer to access
`current_line` earlier (eg. for building an entry).
(cherry picked from commit 52f500110b)