Skip to main content
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@v3.10.1/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<unknown>