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

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

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

Split {msg} into lines to be displayed in a balloon. The splits are made for the current window size and optimize to show debugger output. Returns a |List| with the split lines. Can also be used as a |method|: GetText()->balloon_split()->balloon_show() {only available when compiled with the |+balloon_eval_term| feature}

Parameters

denops: Denops
msg: unknown

Returns

Promise<unknown>