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

x/denops_std/function/vim/mod.ts>balloon_gettext

📚 Standard module for denops.vim
Go to Latest
function balloon_gettext
import { balloon_gettext } from "https://deno.land/x/denops_std@v5.1.0/function/vim/mod.ts";

Return the current text in the balloon. Only for the string, not used for the List. Returns an empty string if balloon is not present.

Returns

Promise<string>