Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/option/vim/mod.ts>balloonevalterm

📚 Standard module for denops.vim
Go to Latest
variable balloonevalterm
import { balloonevalterm } from "https://deno.land/x/denops_std@v3.10.2/option/vim/mod.ts";

{only available when compiled with the |+balloon_eval_term| feature} Switch on the |balloon-eval| functionality for the terminal.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<boolean>; setGlobal(denops: Denops, value: boolean): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }