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

x/denops_std/option/mod.ts>linespace

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

{only in the GUI} Number of pixel lines inserted between characters. Useful if the font uses the full character cell height, making lines touch each other. When non-zero there is room for underlining. With some fonts there can be too much room between lines (to have space for ascents and descents). Then it makes sense to set 'linespace' to a negative value. This may cause display problems though!