Skip to content

An issue with Pick's buffers variables #1

@gegoune

Description

@gegoune

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions