Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/helper/execute.ts>execute

๐Ÿ“š Standard module for denops.vim
Go to Latest
function execute
import { execute } from "https://deno.land/x/denops_std@v3.7.1/helper/execute.ts";

Execute Vim script directly

Parameters

denops: Denops
script: string | string[]
optional
ctx: Context = [UNSUPPORTED]

Returns

Promise<void>