Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.diffexpr

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.diffexpr
import { op } from "https://deno.land/x/ddc_vim@v0.17.0/deps.ts";
const { diffexpr } = op;

{not available when compiled without the |+diff| feature} Expression which is evaluated to obtain a diff file (either ed-style or unified-style) from two versions of a file. See |diff-diffexpr|. This option cannot be set from a |modeline| or in the |sandbox|, for security reasons.