Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.1.0/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>