Skip to main content
Module

x/denops_std/option/mod.ts>shellxescape

📚 Standard module for denops.vim
Go to Latest
variable shellxescape
import { shellxescape } from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts";

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