Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Gets the window height

Parameters: {window} Window handle, or 0 for current window

Return: Height as a count of rows

Parameters

denops: Denops
window: unknown

Returns

Promise<unknown>