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: "\"&|<>()@^"
)