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.
Parameters
denops: Denops