Skip to main content
Module

x/denops_std/function/vim/mod.ts>popup_findinfo

📚 Standard module for denops.vim
Go to Latest
function popup_findinfo
import { popup_findinfo } from "https://deno.land/x/denops_std@v6.4.0/function/vim/mod.ts";

Get the window-ID for the popup info window, as it used by the popup menu. See complete-popup. The info popup is hidden when not used, it can be deleted with popup_clear() and popup_close(). Use popup_show() to reposition it to the item in the popup menu. Returns zero if there is none.

Returns

Promise<number>