import { type Denops } from "https://deno.land/x/ddc_vim@v0.0.12/deps.ts";
Denpos is a facade instance visible from each denops plugins.
Methods
Call an arbitrary function of Vim/Neovim and return the result
Call arbitrary functions of Vim/Neovim sequentially without redraw and return the results.
It throw a BatchError when one of a function fails. The results
attribute
of the error instance holds successed results of functions prior to the
error.
Execute an arbitrary command of Vim/Neovim under a given context.
Evaluate an arbitrary expression of Vim/Neovim under a given context and return the result.