Files
telescope.nvim/lua
James TrewandSimon Hauser 9194becd77 fix(picker): set current_line state earlier (#3052)
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)
2024-05-20 11:39:48 +02:00
..