pub fn list_bufs() -> impl SuperIterator<Buffer>Expand description
Binding to nvim_list_bufs().
Gets the current list of Buffers, including unlisted
buffers (like :ls!). Use Buffer::is_loaded to check if a
buffer is loaded.
pub fn list_bufs() -> impl SuperIterator<Buffer>Binding to nvim_list_bufs().
Gets the current list of Buffers, including unlisted
buffers (like :ls!). Use Buffer::is_loaded to check if a
buffer is loaded.