-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
ignore_current_buffer only occurrence is in
| if local_opts.sort_lastused and not local_opts.ignore_current_buffer and flag == "#" then |
Should it not be
if local_opts.sort_lastused and local_opts.include_current and flag == '#'?
Thanks for sharing your snippet, I really missed that functionality from Telescope.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels