Skip to main content
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@v6.4.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>