pub fn create_namespace(name: &str) -> u32
Expand description
Binding to nvim_create_namespace
.
Creates a new namespace or gets the id of an existing one. If name
matches an existing namespace the associated id is returned.
pub fn create_namespace(name: &str) -> u32
Binding to nvim_create_namespace
.
Creates a new namespace or gets the id of an existing one. If name
matches an existing namespace the associated id is returned.