Skip to main content
Module

x/ddc_vim/deps.ts>op.shellxescape

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

When 'shellxquote' is set to "(" then the characters listed in this option will be escaped with a '^' character. This makes it possible to execute most external commands with cmd.exe.

(default: ""; for MS-Windows: "\"&|<>()@^")

type

GlobalOption<string>