import { op } from "https://deno.land/x/ddc_vim@v3.8.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.
(default: "";
for MS-Windows: "\"&|<>()@^"
)