Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>op.shellxescape

Dark deno-powered UI framework for neovim/Vim
Go to Latest
variable op.shellxescape
import { op } from "https://deno.land/x/ddu_vim@v4.0.0/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. This option cannot be set from a modeline or in the sandbox, for security reasons.

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

type

GlobalOption<string>