import { op } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { shellquote } = op;
Quoting character(s), put around the command passed to the shell, for
the "!" and ":!" commands. The redirection is kept outside of the
quoting. See 'shellxquote' to include the redirection. It's
probably not useful to set both options.
This is an empty string by default. Only known to be useful for
third-party shells on MS-Windows-like systems, such as the MKS Korn
Shell or bash, where it should be """. See dos-shell
.
This option cannot be set from a modeline
or in the sandbox
, for
security reasons.
(default: "")