Skip to main content
Module

x/ddc_vim/deps.ts>fn.pumvisible

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.pumvisible
import { fn } from "https://deno.land/x/ddc_vim@v2.3.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<unknown>