Skip to main content
Module

x/ddc_vim/deps.ts>fn.win_gotoid

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.win_gotoid
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/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<unknown>