Skip to main content
Module

x/ddc_vim/deps.ts>op.shellquote

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.shellquote
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/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.