Skip to main content
Module

x/denops_std/function/mod.ts>pumvisible

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

Returns non-zero when the popup menu is visible, zero otherwise. See ins-completion-menu. This can be used to avoid some things that would remove the popup menu.

Returns

Promise<number>