Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.argidx

Dark deno-powered completion framework for neovim/Vim8
Very Popular
Go to Latest
function fn.argidx
import { fn } from "https://deno.land/x/ddc_vim@v0.0.12/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>