Function create_buf

Source
pub fn create_buf(is_listed: bool, is_scratch: bool) -> Result<Buffer, Error>
Expand description

Binding to nvim_create_buf.

Creates a new, empty, unnamed buffer.