Skip to main content
Module

x/denops_std/option/mod.ts>breakindent

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

{not available when compiled without the |+linebreak| feature} Every wrapped line will continue visually indented (same amount of space as the beginning of that line), thus preserving horizontal blocks of text. NOTE: This option is reset when 'compatible' is set.

type

{ get(denops: Denops): Promise<boolean>; set(denops: Denops, value: boolean): Promise<void>; reset(denops: Denops): Promise<void>; getLocal(denops: Denops): Promise<boolean>; setLocal(denops: Denops, value: boolean): Promise<void>; resetLocal(denops: Denops): Promise<void>; }