pub fn create_autocmd<'a, I>(
events: I,
augroup_name: &str,
opts_builder: &mut CreateAutocmdOptsBuilder,
)Expand description
Creates an autocommand group and associated autocommands for events.
Errors are reported to Nvim (and swallowed) so that one failing definition does not abort the rest of the setup.