Skip to main content
Module

x/ddc_vim/deps.ts>op.wrapmargin

Dark deno-powered completion framework for neovim/Vim
Go to Latest
variable op.wrapmargin
import { op } from "https://deno.land/x/ddc_vim@v4.0.3/deps.ts";
const { wrapmargin } = op;

Number of characters from the right window border where wrapping starts. When typing text beyond this limit, an <EOL> will be inserted and inserting continues on the next line. Options that add a margin, such as 'number' and 'foldcolumn', cause the text width to be further reduced. This is Vi compatible. When 'textwidth' is non-zero, this option is not used. This option is set to 0 when 'paste' is set and restored when 'paste' is reset. See also 'formatoptions' and ins-textwidth.

(default 0)

type

LocalOption<number>