for a tool i need to figure all vim buffers that are still listed (there are listed and unlisted buffers)
unfortunately vim.buffers
contains all buffers and there doesnt seem to be an attribute to figure if a buffer is listed or unlisted
the vim command of what i want to do is
:buffers
unfortunately all thats possible with the vim python api is emulating
:buffers!
but without the metadata about listed/unlisted thats we need