Skip to main content
Module

x/denops_std/function/nvim/mod.ts>nvim_ui_pum_set_height

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

Tells Nvim the number of elements displaying in the popupmenu, to decide <PageUp> and <PageDown> movement.

Attributes: RPC only

Parameters:

  • {height} Popupmenu height, must be greater than zero.

Parameters

denops: Denops
height: unknown

Returns

Promise<unknown>