Skip to main content
Module

x/denops_std/function/nvim/mod.ts>nvim_set_current_tabpage

📚 Standard module for denops.vim
Go to Latest
function nvim_set_current_tabpage
import { nvim_set_current_tabpage } from "https://deno.land/x/denops_std@v6.4.0/function/nvim/mod.ts";

Sets the current tabpage.

Attributes: not allowed when textlock is active

Parameters:

  • {tabpage} Tabpage handle

Parameters

denops: Denops
tabpage: unknown

Returns

Promise<unknown>