Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Sets the current window.

Attributes: not allowed when textlock is active

Parameters: {window} Window handle

Parameters

denops: Denops
window: unknown

Returns

Promise<unknown>