Skip to content

Show buffer hidden status #2248

@otomn

Description

@otomn

In buffer view, it would be very useful to display the visibility status of the buffers so that I can manually audit and delete the buffers.
I found that there's already logic for showing the hidden status, but somehow it is commented. Would you mind to turn it on or potentially add a flag that turns it on?

-- local hidden = buf.info.hidden == 1 and 'h' or 'a'

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