Skip to main content
Module

x/denops_std/option/mod.ts>linebreak

📚 Standard module for denops.vim
Go to Latest
variable linebreak
import { linebreak } from "https://deno.land/x/denops_std@v3.8.0/option/mod.ts";

{not available when compiled without the |+linebreak| feature} If on, Vim will wrap long lines at a character in 'breakat' rather than at the last character that fits on the screen. Unlike 'wrapmargin' and 'textwidth', this does not insert s in the file, it only affects the way the file is displayed, not its contents. If 'breakindent' is set, line is visually indented. Then, the value of 'showbreak' is used to put in front of wrapped lines. This option is not used when the 'wrap' option is off. Note that characters after an are mostly not displayed with the right amount of white space.