Skip to main content
Module

x/ddc_vim/deps.ts>fn.pumvisible

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.pumvisible
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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>