Skip to main content
Module

x/denops_std/option/mod.ts>diff

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

Join the current window in the group of windows that shows differences between files. See vimdiff.

(default off)

not available when compiled without the +diff feature

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>; }