import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { setwinvar } = fn;
Like settabwinvar()
for the current tab page.
Examples:
:call setwinvar(1, "&list", 0)
:call setwinvar(2, "myvar", "foobar")
Can also be used as a method
, the base is passed as the
third argument:
GetValue()->setwinvar(winnr, name)