Skip to main content
Module

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

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

If {id} is a hidden popup, show it now. For {id} see popup_hide(). If {id} is the info popup it will be positioned next to the current popup menu item.

Parameters

denops: Denops
id: unknown

Returns

Promise<void>