Skip to main content
Module

x/ddc_vim/deps.ts>op.patchexpr

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

Expression which is evaluated to apply a patch to a file and generate the resulting new version of the file. See diff-patchexpr.

(default "")

not available when compiled without the +diff feature

type

GlobalOption<string>