Skip to main content
Module

x/denops_std/anonymous/mod.ts

📚 Standard module for denops.vim
Go to Latest
Deprecated

Use lambda module instead.

import * as denopsStd from "https://deno.land/x/denops_std@v4.0.0/anonymous/mod.ts";

A module to provide anonymous function which is callable from outside of the plugin (Vim or other plugins.)

Functions

f
add
deprecated

Add anonymous functions as denops API and return the identifiers

f
once
deprecated

Add oneshot anonymous functions as denops API and return the identifiers

f
remove
deprecated

Remove anonymous functions from denops API identified by the identifiers

Type Aliases

Anonymous function callback

Anonymous function identifier