Skip to main content
Module

x/ddc_vim/deps.ts>op.printexpr

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.printexpr
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { printexpr } = op;

Expression used to print the PostScript produced with :hardcopy. See pexpr-option. This option cannot be set from a modeline or in the sandbox, for security reasons.

(default: see below)

only available when compiled with the +printer and +postscript features

type

GlobalOption<string>