Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denops_std/autocmd/group.ts>GroupHelper#remove

📚 Standard module for denops.vim
Go to Latest
method GroupHelper.prototype.remove
import { GroupHelper } from "https://deno.land/x/denops_std@v4.3.3/autocmd/group.ts";

Remove an autocmd

Parameters

optional
event: "*" | AutocmdEvent | AutocmdEvent[]
optional
pat: string | string[]
optional
options: GroupRemoveOptions = [UNSUPPORTED]