Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/function/vim/mod.ts>job_setoptions

๐Ÿ“š Standard module for denops.vim
Go to Latest
function job_setoptions
import { job_setoptions } from "https://deno.land/x/denops_std@v3.6.0/function/vim/mod.ts";

Change options for {job}. Supported are: "stoponexit" |job-stoponexit| "exit_cb" |job-exit_cb| Can also be used as a |method|: GetJob()->job_setoptions(options)

Parameters

denops: Denops
job: unknown
options: unknown

Returns

Promise<unknown>