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@v4.1.1/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.

type

{ get(denops: Denops): Promise<string>; set(denops: Denops, value: string): Promise<void>; reset(denops: Denops): Promise<void>; getGlobal(denops: Denops): Promise<string>; setGlobal(denops: Denops, value: string): Promise<void>; resetGlobal(denops: Denops): Promise<void>; }