import { nvim_win_set_var } from "https://deno.land/x/denops_std@v5.0.2/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@v5.0.2/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