Skip to main content
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@v6.4.0/function/vim/mod.ts";

Split String {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. Returns an empty List on error. 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[]>