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

x/ddc_vim/deps.ts>op.printencoding

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

Sets the character encoding used when printing. See penc-option.

(default empty, except for some systems)

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

type

GlobalOption<string>