Skip to main content
Module

x/ddu_vim/deps.ts>fn.getpid

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
function fn.getpid
import { fn } from "https://deno.land/x/ddu_vim@v1.13.0/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.

Returns

Promise<unknown>