import { nvim_win_set_var } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Sets a window-scoped (w:) variable Parameters: ~ {window} Window handle, or 0 for current window {name} Variable name {value} Variable value
import { nvim_win_set_var } from "https://deno.land/x/denops_std@v3.9.0/function/nvim/mod.ts";
Sets a window-scoped (w:) variable Parameters: ~ {window} Window handle, or 0 for current window {name} Variable name {value} Variable value