Skip to main content
Module

x/ddc_vim/deps.ts>fn.arglistid

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

Return the argument list ID. This is a number which identifies the argument list being used. Zero is used for the global argument list. See |arglist|. Returns -1 if the arguments are invalid. Without arguments use the current window. With {winnr} only use this window in the current tab page. With {winnr} and {tabnr} use the window in the specified tab page. {winnr} can be the window number or the |window-ID|.

Parameters

denops: Denops
optional
winnr: unknown
optional
tabnr: unknown

Returns

Promise<unknown>