Skip to main content
Module

x/ddc_vim/deps.ts>fn.getpid

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