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