pub fn clear_autocmds(opts: &ClearAutocmdsOpts) -> Result<(), Error>Expand description
Binding to nvim_clear_autocmds.
Clears all the autocommands matched by at least one of opts’s fields.
pub fn clear_autocmds(opts: &ClearAutocmdsOpts) -> Result<(), Error>Binding to nvim_clear_autocmds.
Clears all the autocommands matched by at least one of opts’s fields.