Skip to main content
Module

x/ddc_vim/deps.ts>fn.getpid

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.getpid
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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<number>