import { nvim_tabpage_set_var } from "https://deno.land/x/denops_std@v4.1.5/function/nvim/mod.ts";
Sets a tab-scoped (t:) variable
Parameters: {tabpage} Tabpage handle, or 0 for current tabpage {name} Variable name {value} Variable value
import { nvim_tabpage_set_var } from "https://deno.land/x/denops_std@v4.1.5/function/nvim/mod.ts";
Sets a tab-scoped (t:) variable
Parameters: {tabpage} Tabpage handle, or 0 for current tabpage {name} Variable name {value} Variable value