import { nvim_win_get_height } from "https://deno.land/x/denops_std@v6.3.0/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
import { nvim_win_get_height } from "https://deno.land/x/denops_std@v6.3.0/function/nvim/mod.ts";
Gets the window height
Parameters:
Return: Height as a count of rows