Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

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

๐Ÿ“š Standard module for denops.vim
Go to Latest
function nvim_set_current_buf
import { nvim_set_current_buf } from "https://deno.land/x/denops_std@v4.1.5/function/nvim/mod.ts";

Sets the current buffer.

Attributes: not allowed when textlock is active

Parameters: {buffer} Buffer handle

Parameters

denops: Denops
buffer: unknown

Returns

Promise<unknown>