Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.getpid

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.getpid
import { fn } from "https://deno.land/x/ddc_vim@v0.0.11/deps.ts";
const { getpid } = fn;

Return a Number which is the process ID of the Vim process. On Unix and MS-Windows this is a unique number, until Vim exits. On MS-DOS it's always zero.

Returns

Promise<unknown>