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