Skip to main content
Module

x/ddc_vim/deps.ts>op.printmbcharset

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

The CJK character set to be used for CJK output from :hardcopy. See pmbcs-option.

(default "")

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

type

GlobalOption<string>