import { nvim_win_set_height } from "https://deno.land/x/denops_std@v3.7.0/function/nvim/mod.ts";
Sets the window height. This will only succeed if the screen is split horizontally. Parameters: ~ {window} Window handle, or 0 for current window {height} Height as a count of rows