pub fn create_augroup(
name: &str,
opts: &CreateAugroupOpts,
) -> Result<u32, Error>
Expand description
Binding to nvim_create_augroup
.
Creates a new autocommand group or gets an existing one. To get the id of
an existing augroup set the
clear
field of opts
to
false
.