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>dictwatcherdel

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

Removes a watcher added with dictwatcheradd(). All three arguments must match the ones passed to dictwatcheradd() in order for the watcher to be successfully deleted.

Parameters

denops: Denops
dict: unknown
pattern: unknown
callback: unknown

Returns

Promise<unknown>