import { nvim_win_set_height } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";
Sets the window height.
Parameters:
- {window} Window handle, or 0 for current window
- {height} Height as a count of rows
import { nvim_win_set_height } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";
Sets the window height.
Parameters: