Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>fn.pumvisible

Dark deno-powered UI framework for neovim/Vim
Go to Latest
function fn.pumvisible
import { fn } from "https://deno.land/x/ddu_vim@v4.0.0/deps.ts";
const { pumvisible } = fn;

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>