Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

📚 Standard module for denops.vim
Go to Latest
function getcellwidths
import { getcellwidths } from "https://deno.land/x/denops_std@v5.0.2/function/vim/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[]>