Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Return the window-ID of the popup at screen position {row} and {col}. If there are multiple popups the one with the highest zindex is returned. If there are no popups at this position then zero is returned.

Parameters

denops: Denops
row: unknown
col: unknown

Returns

Promise<number>