Skip to main content
Module

x/ddu_vim/deps.ts>fn.argidx

Dark deno-powered UI framework for neovim/Vim8
Go to Latest
function fn.argidx
import { fn } from "https://deno.land/x/ddu_vim@v1.13.0/deps.ts";
const { argidx } = fn;

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<unknown>