import { nvim_win_get_buf } from "https://deno.land/x/denops_std@v5.0.2/function/nvim/mod.ts";
Gets the current buffer in a window
Parameters: {window} Window handle, or 0 for current window
Return: Buffer handle
Parameters
denops: Denops
import { nvim_win_get_buf } from "https://deno.land/x/denops_std@v5.0.2/function/nvim/mod.ts";
Gets the current buffer in a window
Parameters: {window} Window handle, or 0 for current window
Return: Buffer handle