import { nvim_del_augroup_by_name } from "https://deno.land/x/denops_std@v4.1.4/function/nvim/mod.ts";
Delete an autocommand group by name. NOTE: behavior differs from |:augroup-delete|. When deleting a group, autocommands contained in this group will also be deleted and cleared. This group will no longer exist. Parameters: ~ {name} String The name of the group. See also: ~ |autocmd-groups|
Parameters
denops: Denops