Skip to main content
Module

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

📚 Standard module for denops.vim
Go to Latest
function term_getjob
import { term_getjob } from "https://deno.land/x/denops_std@v6.4.0/function/vim/mod.ts";

Get the Job associated with terminal window {buf}. {buf} is used as with term_getsize(). Returns v:null when there is no job.

Can also be used as a method:

GetBufnr()->term_getjob()

Parameters

denops: Denops
buf: unknown

Returns

Promise<unknown>