Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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@v5.0.2/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>