Skip to main content
Module

x/ddc_vim/deps.ts>fn.win_findbuf

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.win_findbuf
import { fn } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { win_findbuf } = fn;

Returns a |List| with |window-ID|s for windows that contain buffer {bufnr}. When there is none the list is empty. Can also be used as a |method|: GetBufnr()->win_findbuf()

Parameters

denops: Denops
bufnr: unknown

Returns

Promise<unknown>