import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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
.
Parameters
denops: Denops
import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/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
.