import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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.
Parameters
denops: Denops
import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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.