Skip to main content
Module

x/denops_std/function/mod.ts>getcellwidths

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

Returns a List of cell widths of character ranges overridden by setcellwidths(). The format is equal to the argument of setcellwidths(). If no character ranges have their cell widths overridden, an empty List is returned.

Returns

Promise<unknown[]>