import { nvim_win_get_height } from "https://deno.land/x/denops_std@v4.1.4/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@v4.1.4/function/nvim/mod.ts";
Gets the window height Parameters: ~ {window} Window handle, or 0 for current window Return: ~ Height as a count of rows