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

x/ddc_vim/deps.ts>autocmd.remove

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function autocmd.remove
import { autocmd } from "https://deno.land/x/ddc_vim@v0.17.0/deps.ts";
const { remove } = autocmd;

Parameters

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

Returns

Promise<void>