import { nvim_tabpage_set_var } from "https://deno.land/x/denops_std@v6.3.0/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@v6.3.0/function/nvim/mod.ts";
Sets a tab-scoped (t:) variable
Parameters: