Skip to main content
Module

x/ddc_vim/deps.ts>fn.win_gotoid

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.win_gotoid
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { win_gotoid } = fn;

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>