Skip to main content
Module

x/ddu_vim/deps.ts>autocmd.remove

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

Parameters

denops: Denops
optional
event: "*" | AutocmdEvent | AutocmdEvent[]
optional
pat: string | string[]
optional
options: RemoveOptions = [UNSUPPORTED]

Returns

Promise<void>