Skip to main content
Module

x/denops_std/function/mod.ts>argidx

📚 Standard module for denops.vim
Go to Latest
function argidx
import { argidx } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

The result is the current index in the argument list. 0 is the first file. argc() - 1 is the last one. See arglist.

Returns

Promise<number>