Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/nvim/mod.ts>nvim_del_augroup_by_name

📚 Standard module for denops.vim
Go to Latest
function nvim_del_augroup_by_name
import { nvim_del_augroup_by_name } from "https://deno.land/x/denops_std@v5.1.0/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
name: unknown

Returns

Promise<unknown>