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

x/denops_std/function/mod.ts>getpid

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

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.

Returns

Promise<number>