Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>autocmd.GroupHelper#remove

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
method autocmd.GroupHelper.prototype.remove
import { autocmd } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";
const { GroupHelper } = autocmd;

Parameters

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