Skip to main content
Module

x/ddu_vim/deps.ts>batch

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
function batch
import { batch } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";

Perform batch call

Parameters

denops: Denops
executor: (helper: BatchHelper) => Promise<void>

Returns

Promise<void>