Skip to main content
Module

x/ddc_vim/deps.ts>fn.argidx

Dark deno-powered completion framework for neovim/Vim
Latest
function fn.argidx
import { fn } from "https://deno.land/x/ddc_vim@v4.3.1/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<number>