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

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

📚 Standard module for denops.vim
Go to Latest
function nvim_del_autocmd
import { nvim_del_autocmd } from "https://deno.land/x/denops_std@v5.0.2/function/nvim/mod.ts";

Delete an autocommand by id.

NOTE: Only autocommands created via the API have an id.

Parameters: {id} Integer The id returned by nvim_create_autocmd

See also: nvim_create_autocmd()

Parameters

denops: Denops
id: unknown

Returns

Promise<unknown>