Skip to main content
Module

x/denops_std/function/mod.ts>win_gotoid

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

Go to window with ID {expr}. This may also change the current tabpage. Return TRUE if successful, FALSE if the window cannot be found.

Can also be used as a method:

GetWinid()->win_gotoid()

Parameters

denops: Denops
expr: unknown

Returns

Promise<number>