import { nvim_win_del_var } from "https://deno.land/x/denops_std@v4.1.5/function/nvim/mod.ts";
Removes a window-scoped (w:) variable
Parameters: {window} Window handle, or 0 for current window {name} Variable name
import { nvim_win_del_var } from "https://deno.land/x/denops_std@v4.1.5/function/nvim/mod.ts";
Removes a window-scoped (w:) variable
Parameters: {window} Window handle, or 0 for current window {name} Variable name