Skip to main content
Module

x/ddc_vim/deps.ts>op.shell

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.shell
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { shell } = op;

Name of the shell to use for ! and :! commands. When changing the value also check these options: 'shelltype', 'shellpipe', 'shellslash' 'shellredir', 'shellquote', 'shellxquote' and 'shellcmdflag'. It is allowed to give an argument to the command, e.g. "csh -f". See |option-backslash| about including spaces and backslashes. Environment variables are expanded |:set_env|.